You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm working on the demo of deep learning models, I want to have an almostout-of-the-box environment that contains torch, transformers, etc.
This environment doesn't have to be tracked by my local envd file since I won't update it. Although I might add more apt or pip packages, it's fine for me to do this for some specific scenarios.
It's similar to brev but for local (or self-host remote) development.
Requirements:
some pre-defined template environments like
basic CPU PyTorch env
basic GPU PyTorch env
Whisper env
choose device type (CPU/GPU)
mount a local dir
expose a port
Why do you need this feature?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature
When I'm working on the demo of deep learning models, I want to have an almost out-of-the-box environment that contains
torch
,transformers
, etc.This environment doesn't have to be tracked by my local
envd
file since I won't update it. Although I might add moreapt
orpip
packages, it's fine for me to do this for some specific scenarios.It's similar to brev but for local (or self-host remote) development.
Requirements:
Why do you need this feature?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: