alpindale alvarobartt HF staff commited on
Commit
efee38e
1 Parent(s): bb4e8d3

Fix casing on Python script name (#1)

Browse files

- Fix casing on Python script name (e944951625d56534e7de0094d5d5bd45c410bb42)


Co-authored-by: Alvaro Bartolome <alvarobartt@users.noreply.huggingface.co>

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