Fix casing on Python script name
#1
by
alvarobartt
HF staff
- opened
README.md
CHANGED
@@ -73,7 +73,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
73 |
|
74 |
3. Run the provided example script:
|
75 |
```bash
|
76 |
-
python
|
77 |
```
|
78 |
|
79 |
## Example Output
|
|
|
73 |
|
74 |
3. Run the provided example script:
|
75 |
```bash
|
76 |
+
python deepthought_inference.py
|
77 |
```
|
78 |
|
79 |
## Example Output
|