Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ The original WizardLM deltas are in float32, and this results in producing an HF
|
|
12 |
|
13 |
Therefore for this repo I converted the merged model to float16, to produce a standard size 7B model.
|
14 |
|
15 |
-
This was
|
16 |
|
17 |
## WizardLM-7B HF
|
18 |
|
|
|
12 |
|
13 |
Therefore for this repo I converted the merged model to float16, to produce a standard size 7B model.
|
14 |
|
15 |
+
This was achieved by running **`model = model.half()`** prior to saving.
|
16 |
|
17 |
## WizardLM-7B HF
|
18 |
|