Spaces:
Sleeping
Sleeping
Commit
·
72d37a9
1
Parent(s):
7c493c0
changes
Browse filesSigned-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com>
app.py
CHANGED
@@ -151,7 +151,7 @@ if __name__ == "__main__":
|
|
151 |
torch_dtype=torch.bfloat16,
|
152 |
device_map="auto",
|
153 |
quantization_config = BitsAndBytesConfig(load_in_8bit=True)
|
154 |
-
)
|
155 |
|
156 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
157 |
|
|
|
151 |
torch_dtype=torch.bfloat16,
|
152 |
device_map="auto",
|
153 |
quantization_config = BitsAndBytesConfig(load_in_8bit=True)
|
154 |
+
)
|
155 |
|
156 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
157 |
|