Spaces:
Runtime error
Runtime error
Daniel Fried
commited on
Commit
·
cecb224
1
Parent(s):
5b5750d
- modules/app.py +1 -1
modules/app.py
CHANGED
@@ -22,7 +22,7 @@ VERBOSE = False
|
|
22 |
|
23 |
BIG_MODEL = True
|
24 |
|
25 |
-
if
|
26 |
CUDA = True
|
27 |
model_name = "facebook/incoder-6B"
|
28 |
else:
|
|
|
22 |
|
23 |
BIG_MODEL = True
|
24 |
|
25 |
+
if BIG_MODEL:
|
26 |
CUDA = True
|
27 |
model_name = "facebook/incoder-6B"
|
28 |
else:
|