Eugene Ware
Eugene Ware
I'm wondering rather than break this out into a different class, just update the existing class with an optional number of retries that defaults to 1?
> !pip install pydantic==1.10.8 > !pip install typing-inspect==0.8.0 typing_extensions==4.5. > !pip install chromadb==0.3.26 This worked for me. Broken when I upgraded to the latest chromadb for some reason.
If you can't wait for #860 to be merged, you can roll back to the `transformers==4.38.2` which is the last version before the change. This is the [commit](https://github.com/huggingface/transformers/commit/8f2f0f0f85f9e517c495b2083c218215819bae34) that broke...
I've also been wondering about datasets support for Arrow Map datatypes. I had a situation where I had a pandas series of dict[str, float] with hundreds of different possible key...
Trying to replicate these results. Are you able to share pre-trained weights?
This would be amazing. 🙏
Have also seen this issue when loading trained pretrained lora checkpoints. Model works fine after being trained, and then when using `PeftModel.from_pretrained` - the model is throwing a similar error
following
👍 - can't find a way to use the lavis libraries to be able to pass through any of the `load_in_8_bits = True` etc config. which means that it's quite...
Related issues: * https://github.com/lancedb/lancedb/issues/1018 * https://github.com/lancedb/lance/issues/1162