mgoin commited on
Commit
ce89e91
·
1 Parent(s): e5b9307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,13 +10,13 @@ deepsparse.cpu.print_hardware_capability()
10
  MODEL_PATH = "TinyStories-1M"
11
 
12
  DESCRIPTION = f"""
13
- # TinyStories - DeepSparse
14
 
15
  The model stub for this example is: {MODEL_PATH}
16
  """
17
 
18
  MAX_MAX_NEW_TOKENS = 2048
19
- DEFAULT_MAX_NEW_TOKENS = 128
20
 
21
 
22
  def clear_and_save_textbox(message: str) -> Tuple[str, str]:
 
10
  MODEL_PATH = "TinyStories-1M"
11
 
12
  DESCRIPTION = f"""
13
+ # TinyStories running on DeepSparse
14
 
15
  The model stub for this example is: {MODEL_PATH}
16
  """
17
 
18
  MAX_MAX_NEW_TOKENS = 2048
19
+ DEFAULT_MAX_NEW_TOKENS = 512
20
 
21
 
22
  def clear_and_save_textbox(message: str) -> Tuple[str, str]: