gorkemgoknar commited on
Commit
60cb933
1 Parent(s): c43c586

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ PER_RUN_MAX_VOICE=int( os.environ.get("PER_RUN_MAX_VOICE") )
26
  PER_RUN_COUNTER=0
27
  RUN_START_HOUR=datetime.datetime.now().hour
28
 
29
- MAX_NEW_TOKENS = 35
30
- GPU_LAYERS = 20
31
  STOP_LIST=["###","##"]
32
 
33
  LLAMA_VERBOSE=False
 
26
  PER_RUN_COUNTER=0
27
  RUN_START_HOUR=datetime.datetime.now().hour
28
 
29
+ MAX_NEW_TOKENS = 30
30
+ GPU_LAYERS = 0
31
  STOP_LIST=["###","##"]
32
 
33
  LLAMA_VERBOSE=False