Upload files to network storage
i use network storage to storing lora files
Can I automate the process of uploading the assets I need to the network storage?
It is used in serverless
I can't use my s3 storage because the speed will be much slower.
I need a way to upload files to network storage without crutches
3 Replies
Upload to network storage from a request or what source?
You can encode files to base64, I mean it's possible but max request size is like 20MB so its not possible for lora files
You've gotta use some kind of cloud storage like s3 to pas the file
The files are over 20mb.
I'm not gonna be able to download the lore files inside the worker every time.
That's why I'm using network storage.
And I need a way to upload files there.
I was thinking of renting a server without a video card but with network storage support but now it's only available with gpu.
Yes they said it'll be available soon for cpu pods