Tonic commited on
Commit
bcc02ff
·
verified ·
1 Parent(s): 2a7a96e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -61,8 +61,7 @@ class ModelManager:
61
  download_model(MODELS[model_name])
62
  self.current_model = RWKV(
63
  model=MODELS[model_name],
64
- strategy='cpu fp32',
65
- v7=True
66
  )
67
  self.pipeline = PIPELINE(self.current_model, TOKENIZER_FILE)
68
  self.current_model_name = model_name
 
61
  download_model(MODELS[model_name])
62
  self.current_model = RWKV(
63
  model=MODELS[model_name],
64
+ strategy='cpu fp32'
 
65
  )
66
  self.pipeline = PIPELINE(self.current_model, TOKENIZER_FILE)
67
  self.current_model_name = model_name