LLukas22 commited on
Commit
2585f10
1 Parent(s): f7c61ee

Update README_TEMPLATE.md

Browse files
Files changed (1) hide show
  1. README_TEMPLATE.md +4 -5
README_TEMPLATE.md CHANGED
@@ -38,14 +38,13 @@ model = AutoModel.from_pretrained("rustformers/redpajama-3b-ggml",model_file="Re
38
  #Generate
39
  print(model.generate("The meaning of life is"))
40
  ```
41
- ### GUI via [local.ai](https://github.com/louisgv/local.ai)
42
 
43
  #### Installation
44
- Download the installer via: [www.localai.app](https://www.localai.app/)
45
 
46
- #### Run inference
47
- Simply download the model you want to use and place it into your "models" directory.
48
- Then you can simply start a chat session with your model.
49
 
50
  ### Rust via [Rustformers/llm](https://github.com/rustformers/llm):
51
 
 
38
  #Generate
39
  print(model.generate("The meaning of life is"))
40
  ```
41
+ ### Using [local.ai](https://github.com/louisgv/local.ai) GUI
42
 
43
  #### Installation
44
+ Download the installer at [www.localai.app](https://www.localai.app/).
45
 
46
+ #### Running Inference
47
+ Download your preferred model and place it in the "models" directory. Subsequently, you can start a chat session with your model directly from the interface.
 
48
 
49
  ### Rust via [Rustformers/llm](https://github.com/rustformers/llm):
50