I downloaded the models locally from HF, how can I load the model? #1163
bitcoinvsalts
started this conversation in
General
Replies: 1 comment
-
In what format would you like to download the model? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to download the LLava model (https://huggingface.co/liuhaotian/llava-v1.5-13b/tree/main) on my local machine and be able to load the model from those files. How is it possible?
The following code will re-download all the files every time even when the models are already cached:
[Agent:v0.3.3 i-0dc682] diffusion_pytorch_model.fp16.safetensors: 99%|█████████▉| 5.11G/5.14G [00:37<00:00, 131MB/s]�[A
Thanks.
HF
Beta Was this translation helpful? Give feedback.
All reactions