Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zac
/
llama-cpp-python-test2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zac
commited on
Aug 1, 2023
Commit
e2bb63f
Β·
1 Parent(s):
adfe24c
app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
from llama_cpp import llama
2
+
3
+
print("loading . . .")
4
+
5
+
llm = llama()