crystal99 commited on
Commit
9944a29
1 Parent(s): 2ba4f2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ generation_config = GenerationConfig(
57
  stop=["<|endoftext|>"],
58
  )
59
 
60
- print(os.cpu_cpunt())
61
 
62
  user_prefix = "[user]: "
63
  assistant_prefix = f"[assistant]:"
 
57
  stop=["<|endoftext|>"],
58
  )
59
 
60
+ print(os.cpu_count())
61
 
62
  user_prefix = "[user]: "
63
  assistant_prefix = f"[assistant]:"