Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
INAGUA/code-model
INAGUA
/
code-model-2
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Pclanglais
commited on
May 12, 2024
Commit
9af3223
·
verified
·
1 Parent(s):
5c73fde
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,7 +28,7 @@ repetition_penalty=1.7
28
29
model_name = "Inagua/code-model-2"
30
31
-
llm = LLM(model_name, max_model_len=
8192
)
32
33
34
28
29
model_name = "Inagua/code-model-2"
30
31
+
llm = LLM(model_name, max_model_len=
4096
)
32
33
34