Spaces:
Runtime error
Runtime error
Fourth Commit
Browse files
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,
|