Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Vishinka
/
Code_LLM
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AnatoliiG
commited on
Jan 17
Commit
f5b1696
·
1 Parent(s):
abceefb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,7 +20,7 @@ llm = Llama(
20
model_path=model_path,
21
n_ctx=8192,
22
n_threads=2,
23
-
verbose=
False
,
24
)
25
26
app = FastAPI()
20
model_path=model_path,
21
n_ctx=8192,
22
n_threads=2,
23
+
verbose=
True
,
24
)
25
26
app = FastAPI()