alvarobartt HF staff commited on
Commit
e944951
·
verified ·
1 Parent(s): bb4e8d3

Fix casing on Python script name

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -73,7 +73,7 @@ model = AutoModelForCausalLM.from_pretrained(
73
 
74
  3. Run the provided example script:
75
  ```bash
76
- python Deepthought_inference.py
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