this post was submitted on 14 Nov 2023
1 points (100.0% liked)

LocalLLaMA

3 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 1 year ago
MODERATORS
 

I want to fine tune some open source LLMs on cloud GPUs (Google, runpod etc.), but most of the tutorials I read is to upload the fine tuned models to Huggingface hub. I want to keep them privat. What can I do? Thanks!

top 2 comments
sorted by: hot top controversial new old
[โ€“] Disastrous_Elk_6375@alien.top 1 points 1 year ago (1 children)

SFTP into the box and download them would be the most secure way. Setting up a private S3 bucket would be the next best thing.

[โ€“] caphohotain@alien.top 1 points 1 year ago

Thanks! I will search for SFTP and S3:)