Text Generation
Transformers
English
llm-rs
ggml
Inference Endpoints
LLukas22 commited on
Commit
545ebf6
1 Parent(s): 9f8e847

Update README_TEMPLATE.md

Browse files
Files changed (1) hide show
  1. README_TEMPLATE.md +2 -2
README_TEMPLATE.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
5
  tags:
@@ -49,5 +49,5 @@ cargo build --release
49
 
50
  #### Run inference
51
  ```
52
- cargo run --release -- gptneox infer -m path/to/model.bin -p "Tell me how cool the Rust programming language is:"
53
  ```
 
1
  ---
2
+ license: apache-2.0
3
  language:
4
  - en
5
  tags:
 
49
 
50
  #### Run inference
51
  ```
52
+ cargo run --release -- gptj infer -m path/to/model.bin -p "Tell me how cool the Rust programming language is:"
53
  ```