Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harshananddev
/
LLMdemo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
harshananddev
commited on
Aug 8, 2024
Commit
6afdb3d
·
verified
·
1 Parent(s):
3b67143
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
### Set Up the Language Model
2
3
from transformers import pipeline
1
+
### PyTorch with CPU support
2
+
!pip install torch torchvision torchaudio
3
+
4
### Set Up the Language Model
5
6
from transformers import pipeline