how can i access network volume from jupyterlab notebook ?

I am currently running a test on some LLM models, and currently trying to setup a network volume so that I am download and use some of the larger models while also working on some other embbeding models as well (not able to download both llm and embedding model into the defualt volume at the same time) Would like to ask how can I move the model to the network volume so that I wont have running out of volume error. Thanks!
No description
1 Reply
nerdylive
nerdylive5mo ago
Network volume is mounted at /workspace in pods, so just put them inside /workspace/.... example: /workspace/yourfile.txt or download it into /workspace/....

Did you find this page helpful?