Update requirements.txt
Applied fix for `Error: cannot import name 'split_torch_state_dict_into_shards' from 'huggingface_hub'` as advised in https://github.com/run-llama/llama_index/discussions/14605pull/160/head
parent
6d459a1ad5
commit
6898efefc0
|
@ -4,7 +4,7 @@ torch==2.0.1
|
|||
torchvision==0.15.2
|
||||
diffusers==0.25.0
|
||||
transformers==4.36.2
|
||||
huggingface-hub==0.20.2
|
||||
huggingface-hub==0.23.0
|
||||
spaces==0.19.4
|
||||
numpy
|
||||
accelerate
|
||||
|
|
Loading…
Reference in New Issue