srowen commited on
Commit
bebbecb
1 Parent(s): 1706fd8

One more minor python markdown cell change

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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