Fix casing on Python script name

#1
by alvarobartt HF staff - opened
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