FlawedLLM commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,6 @@ model = AutoModelForCausalLM.from_pretrained("FlawedLLM/Bhashini_gemma_merged16b
|
|
| 18 |
quantization_config=quantization_config,
|
| 19 |
torch_dtype =torch.float16,
|
| 20 |
low_cpu_mem_usage=True,
|
| 21 |
-
use_safetensors=True,
|
| 22 |
trust_remote_code=True)
|
| 23 |
|
| 24 |
# alpaca_prompt = You MUST copy from above!
|
|
|
|
| 18 |
quantization_config=quantization_config,
|
| 19 |
torch_dtype =torch.float16,
|
| 20 |
low_cpu_mem_usage=True,
|
|
|
|
| 21 |
trust_remote_code=True)
|
| 22 |
|
| 23 |
# alpaca_prompt = You MUST copy from above!
|