One more minor python markdown cell change
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ on a [~15K record instruction corpus](https://github.com/databrickslabs/dolly/tr
|
|
35 |
To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers` and `accelerate` libraries installed.
|
36 |
In a Databricks notebook you could run:
|
37 |
|
38 |
-
```
|
39 |
%pip install accelerate>=0.12.0 transformers[torch]==4.25.1
|
40 |
```
|
41 |
|
|
|
35 |
To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers` and `accelerate` libraries installed.
|
36 |
In a Databricks notebook you could run:
|
37 |
|
38 |
+
```python
|
39 |
%pip install accelerate>=0.12.0 transformers[torch]==4.25.1
|
40 |
```
|
41 |
|