Aryan Chaurasia
Aryan Chaurasia
Some multilingual models updated: JAX models: - [mrm8488/bert-multi-cased-finedtuned-xquad-tydiqa-goldp](https://huggingface.co/mrm8488/bert-multi-cased-finedtuned-xquad-tydiqa-goldp) - [cahya/bert-base-indonesian-tydiqa](https://huggingface.co/cahya/bert-base-indonesian-tydiqa?context=My+name+is+Sarah+and+I+live+in+London&question=Where+do+I+live%3F) Other JAX Q/A models: - [nbroad/mt5-small-qgen](https://huggingface.co/nbroad/mt5-small-qgen)
@pratikchhapolika To visualize Huggingface models you can start by adding any basic models directly to LIT. Here is one example which I did using Huggingface.... the code might help https://github.com/PAIR-code/lit/pull/691
> Hi! I'm a beginner at all of firebase and js. However, the following changes in app.js will work. > > ext-firestore-stripe-**subscriptions**-createPortalLink ->ext-firestore-stripe-**payments**-createPortalLink > > It makes some ssl errors,...
yes same issue for me!
I think i fixed it but not initializing agent again for flask is this right approach? ``` initialized_my_agent = False agent_chain = None @functions_framework.http def hello(request): global initialized_my_agent global agent_chain...
same issue here update solved it using: ` screenshotController.capture(delay: const Duration(milliseconds: 10)).then((Uint8List? image) async {`
I have done starter task 1 can you check [gitter](https://gitter.im/pranjal-awasthi) message please Professor? Also I have also sent you my notebook for feedback. Or do you want me to post...
@cherylEnkidu I upgraded from `10.20.0` to `10.24.0`. It also crashed on `10.20.0` if built using latest xocde but I could bypass that by using older Xcode `14.3.1` Also am attaching...
Hi for `10.24.0` I am able to build on Xcode `15.3` but the app crashes on devices for users below maxOS `11.7` to prevent this similar crash of the app...
Hi I unfortunately my project is flutter based so I am not sure if it's possible to directly use `10.22.1` I tried [using `10.22.0`](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md#firebase_core---v2260) (the closes version to ` 10.22.1`...