Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 10:39 PM
Hi @Retired_mod ,
We already tried following things:
1. I am using python version 3.10.12
2. When I download transformers using below link, it downloading `transformers==4.41.0.dev0`
pip install git+https://github.com/huggingface/transformers
3. When I use the lower (other than 4.41.0.dev0) versions of transformers it is giving below error, while registering the model using MLflow:
`AttributeError: module transformers has no attribute Phi3ForCausalLM`