John Doe
commited on
Commit
·
df4fd6d
1
Parent(s):
18f66fe
fix
Browse files- modules/app.py +1 -1
modules/app.py
CHANGED
@@ -37,7 +37,7 @@ VERBOSE = False
|
|
37 |
|
38 |
MAX_LENGTH = 256+64
|
39 |
TRUNCATION_MESSAGE = f'warning: This demo is limited to {MAX_LENGTH} tokens in the document for efficiency.'
|
40 |
-
|
41 |
if BIG_MODEL:
|
42 |
model_name = "facebook/incoder-6B"
|
43 |
kwargs = dict(
|
|
|
37 |
|
38 |
MAX_LENGTH = 256+64
|
39 |
TRUNCATION_MESSAGE = f'warning: This demo is limited to {MAX_LENGTH} tokens in the document for efficiency.'
|
40 |
+
BIG_MODEL = False
|
41 |
if BIG_MODEL:
|
42 |
model_name = "facebook/incoder-6B"
|
43 |
kwargs = dict(
|