Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ model.quantize(examples)
|
|
49 |
model.save_quantized(quantized_model_dir, use_safetensors=True)
|
50 |
```
|
51 |
|
52 |
-
|
53 |
|
54 |
|
55 |
# 🚀 Falcon-40B
|
|
|
49 |
model.save_quantized(quantized_model_dir, use_safetensors=True)
|
50 |
```
|
51 |
|
52 |
+
It can be used to further finetune with [Falcontune](https://github.com/wyklq/falcontune) on Nvidia V100 GPU.
|
53 |
|
54 |
|
55 |
# 🚀 Falcon-40B
|