We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
solve all the problems when run InternVL2-2B lora on COCO-Caption
accelerate<1 bitsandbytes==0.42.0 # fix failed when using build from github repo decord deepspeed==0.16.2 # fix ImportError: cannot import name 'log' from 'torch.distributed.elastic.agent.server.api' einops==0.6.1 einops-exts==0.0.4 huggingface_hub imageio numpy==1.26.4 # fix ndarray opencv-python orjson peft==0.10.0 # work for transformers==4.37.2 pycocoevalcap pyyaml scikit-learn>=1.2.2 scipy sentencepiece==0.1.99 shortuuid tensorboardX termcolor timm==0.9.12 tokenizers==0.15.1 torch>=2 torchvision>=0.15 tqdm transformers==4.37.2 yacs
The text was updated successfully, but these errors were encountered:
Thank you for your feedback. I will integrate these changes into our requirements.txt file.
Sorry, something went wrong.
Update internvl_chat.txt (#795)
e8dd6f8
No branches or pull requests
📚 The doc issue
solve all the problems when run InternVL2-2B lora on COCO-Caption
Suggest a potential alternative/fix
accelerate<1
bitsandbytes==0.42.0 # fix failed when using build from github repo
decord
deepspeed==0.16.2 # fix ImportError: cannot import name 'log' from 'torch.distributed.elastic.agent.server.api'
einops==0.6.1
einops-exts==0.0.4
huggingface_hub
imageio
numpy==1.26.4 # fix ndarray
opencv-python
orjson
peft==0.10.0 # work for transformers==4.37.2
pycocoevalcap
pyyaml
scikit-learn>=1.2.2
scipy
sentencepiece==0.1.99
shortuuid
tensorboardX
termcolor
timm==0.9.12
tokenizers==0.15.1
torch>=2
torchvision>=0.15
tqdm
transformers==4.37.2
yacs
The text was updated successfully, but these errors were encountered: