Open AbhimanyuAryan opened 8 months ago
I ran out of space on my machine while running model = todevice(hgf"databricks/dolly-v2-12b:ForCausalLM"). How to download the model weights on external hard disk? Can I pass a parameter or something that takes path?
model = todevice(hgf"databricks/dolly-v2-12b:ForCausalLM")
I ran out of space on my machine while running
model = todevice(hgf"databricks/dolly-v2-12b:ForCausalLM")
. How to download the model weights on external hard disk? Can I pass a parameter or something that takes path?