Update README.md
Browse files
README.md
CHANGED
@@ -68,6 +68,8 @@ dtype: bfloat16
|
|
68 |
|
69 |
## 💻 Usage
|
70 |
|
|
|
|
|
71 |
```python
|
72 |
!pip install -qU transformers accelerate
|
73 |
|
|
|
68 |
|
69 |
## 💻 Usage
|
70 |
|
71 |
+
Here's a [Colab notebook](https://colab.research.google.com/drive/1F9lzL1IeZRMgiSbY9UbgCR__RreIflJh?usp=sharing) to run NexoNimbus-7B in 4-bit precision on a free T4 GPU.
|
72 |
+
|
73 |
```python
|
74 |
!pip install -qU transformers accelerate
|
75 |
|