Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hibble
/
homework2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hibble
commited on
Jun 12
Commit
de2751d
·
verified
·
1 Parent(s):
6413b47
Update uv
Browse files
Files changed (1)
hide
show
uv
+4
-1
uv
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
# uv
2
uv venv .my-env
3
-
source .my-env/bin/activate
1
# uv
2
uv venv .my-env
3
+
source .my-env/bin/activate
4
+
5
+
# uv
6
+
uv pip install "transformers[torch]"