MRasheq commited on
Commit
9ca5fa9
·
1 Parent(s): 07be9b4

Fourth Commit

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -30,7 +30,6 @@ class RAGPipeline:
30
  "deepseek-ai/DeepSeek-R1",
31
  trust_remote_code=True,
32
  torch_dtype=torch.float16 if torch.cuda.is_available() else torch.float32,
33
- load_in_4bit=True,
34
  device_map="auto",
35
  quantization_config={
36
  "load_in_4bit": True,
 
30
  "deepseek-ai/DeepSeek-R1",
31
  trust_remote_code=True,
32
  torch_dtype=torch.float16 if torch.cuda.is_available() else torch.float32,
 
33
  device_map="auto",
34
  quantization_config={
35
  "load_in_4bit": True,