Daniel Fried commited on
Commit
cecb224
1 Parent(s): 5b5750d
Files changed (1) hide show
  1. modules/app.py +1 -1
modules/app.py CHANGED
@@ -22,7 +22,7 @@ VERBOSE = False
22
 
23
  BIG_MODEL = True
24
 
25
- if big_model:
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: