Madhuram Jajoo
Madhuram Jajoo
@dubdabasoduba Tagged you as well
I saw a post suggesting emulator with increased ram works similarly. Here it is - [link](https://www.darrylbayliss.net/playing-simon-says-with-gemma-and-mediapipe/) - Search for "Creating an Android Emulator with Increased RAM" What's the difference that...
Time to first token is still pretty slow compared to the video you shared. Takes around 15 seconds for both 4bit and 8bit cpu versions of gemma2b. Physical device that...
Hi William, Is this still an issue? Lot has changed since then. The whole codelab has been updated. Plus the wiki has moved to https://google.github.io/android-fhir.
@LZRS It's possible these functions could be made suspendable, but I need more information to assess the impact. Could you provide some examples of how these functions are used and...
Thanks for your interest in this @parthfloyd Actually you can provide your [own authenticator via ServerConfiguration](https://github.com/google/android-fhir/blob/10165589c4e7617b3bdd3a426d037f639c135342/engine/src/main/java/com/google/android/fhir/FhirEngineProvider.kt#L189). This is what I was looking for in the developer's call. Let me know...
You are right. At first I thought the application can provide their own implementation of [HttpAuthenticationMethod](https://github.com/google/android-fhir/blob/70fd2aec1e6bf04b75cb95fb6ffe31ba848c6500/engine/src/main/java/com/google/android/fhir/sync/HttpAuthenticator.kt#L42) but its a `sealed` class. I am working on probable solutions. I'll get back...
Can this be taken up now ?
Thanks for catching the bug @Aleem92. Are you working on this ?
@Aleem92 Can you try adding [entryMode extension](https://build.fhir.org/ig/HL7/sdc/StructureDefinition-sdc-questionnaire-entryMode.html) at questionnaire top level and set code to prior-edit. This will enforce validation.