Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rudrresh
/
llama-coder
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rudrresh
commited on
May 11, 2025
Commit
3420202
·
verified
·
1 Parent(s):
be82e89
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
from llama_cpp import Llama
2
import os
3
from huggingface_hub import hf_hub_download
1
+
import sys
2
+
print(sys.versoin)
3
from llama_cpp import Llama
4
import os
5
from huggingface_hub import hf_hub_download