Jayveersinh-Raj
commited on
Commit
•
d2fb660
1
Parent(s):
2ae7678
Update README.md
Browse files
README.md
CHANGED
@@ -60,3 +60,5 @@ Same as Bloom-3B, the model is decoder only.
|
|
60 |
|
61 |
print('\n\n', tokenizer.decode(output_tokens[0], skip_special_tokens=True))
|
62 |
|
|
|
|
|
|
60 |
|
61 |
print('\n\n', tokenizer.decode(output_tokens[0], skip_special_tokens=True))
|
62 |
|
63 |
+
## To run the above code snippet (in 8 bits), make sure to install the following
|
64 |
+
pip install accelerate bitsandbytes
|