5to9 commited on
Commit
58cb5ad
·
1 Parent(s): 65118fd

0.24 remove 8-bit to previous state

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -64,7 +64,6 @@ def load_model_a(model_id):
64
  model_id,
65
  torch_dtype=torch.float16,
66
  device_map="auto",
67
- load_in_8bit=True,
68
  trust_remote_code=True,
69
  )
70
  except Exception as e:
@@ -81,7 +80,6 @@ def load_model_b(model_id):
81
  model_id,
82
  torch_dtype=torch.float16,
83
  device_map="auto",
84
- load_in_8bit=True,
85
  trust_remote_code=True,
86
  )
87
  except Exception as e:
 
64
  model_id,
65
  torch_dtype=torch.float16,
66
  device_map="auto",
 
67
  trust_remote_code=True,
68
  )
69
  except Exception as e:
 
80
  model_id,
81
  torch_dtype=torch.float16,
82
  device_map="auto",
 
83
  trust_remote_code=True,
84
  )
85
  except Exception as e: