chengchingwen / Transformers.jl

Julia Implementation of Transformer models
MIT License
526 stars 75 forks source link

how to download model weights on external drive #172

Open AbhimanyuAryan opened 8 months ago

AbhimanyuAryan commented 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?