Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ def generate_prompt(instruction, input=None):
|
|
64 |
### Response:"""
|
65 |
|
66 |
if not LOAD_8BIT:
|
67 |
-
model.half()
|
68 |
|
69 |
model.eval()
|
70 |
if torch.__version__ >= "2" and sys.platform != "win32":
|
|
|
64 |
### Response:"""
|
65 |
|
66 |
if not LOAD_8BIT:
|
67 |
+
model.half()
|
68 |
|
69 |
model.eval()
|
70 |
if torch.__version__ >= "2" and sys.platform != "win32":
|