Nuclear Ai
commited on
Commit
•
aefaf12
1
Parent(s):
832758a
Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,7 @@ We Used : [NuclearAi/Nuke-Python-Verse](https://huggingface.co/datasets/NuclearA
|
|
32 |
|
33 |
```python
|
34 |
```python
|
|
|
35 |
from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig, TextStreamer
|
36 |
import torch
|
37 |
|
|
|
32 |
|
33 |
```python
|
34 |
```python
|
35 |
+
#!pip install transformers torch accelerate bitsandbytes
|
36 |
from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig, TextStreamer
|
37 |
import torch
|
38 |
|