Text Generation
Transformers
llm-rs
ggml
Inference Endpoints
LLukas22 commited on
Commit
ead726c
1 Parent(s): 4187598

Update README_TEMPLATE.md

Browse files
Files changed (1) hide show
  1. README_TEMPLATE.md +2 -1
README_TEMPLATE.md CHANGED
@@ -99,7 +99,8 @@ print(model.generate("The meaning of life is"))
99
 
100
  #### Installation
101
  ```
102
- git clone --recurse-submodules git@github.com:rustformers/llm.git
 
103
  cargo build --release
104
  ```
105
 
 
99
 
100
  #### Installation
101
  ```
102
+ git clone --recurse-submodules https://github.com/rustformers/llm.git
103
+ cd llm
104
  cargo build --release
105
  ```
106