Update readme.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,6 @@ Al Baka is an Experimental Fine Tuned Model based on the new released LLAMA3-8B
|
|
| 36 |
### Setup
|
| 37 |
```python
|
| 38 |
# Install packages
|
| 39 |
-
!pip install accelerate bitsandbytes
|
| 40 |
%%capture
|
| 41 |
import torch
|
| 42 |
major_version, minor_version = torch.cuda.get_device_capability()
|
|
|
|
| 36 |
### Setup
|
| 37 |
```python
|
| 38 |
# Install packages
|
|
|
|
| 39 |
%%capture
|
| 40 |
import torch
|
| 41 |
major_version, minor_version = torch.cuda.get_device_capability()
|