icpp commited on
Commit
63fddf0
1 Parent(s): 632d3fc

Update README

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -7,10 +7,10 @@ language:
7
  # On-chain llama.cpp - Internet Computer
8
 
9
 
10
- - These models were created for Internet Computer canisters deployed with [onicai/llama_cpp_canister](https://github.com/onicai/llama_cpp_canister)
11
- - They are used in the LLM canisters of [ICGPT](https://icgpt.icpp.world/)
12
- - The models were created with the training procedure outlined in [karpathy/llama2.c](https://github.com/karpathy/llama2.c)
13
- - You can run them local too, as described in [karpathy/llama2.c](https://github.com/karpathy/llama2.c)
14
 
15
  ## TinyStories models
16
 
 
7
  # On-chain llama.cpp - Internet Computer
8
 
9
 
10
+ - Run on-chain (Internet Computer) with [onicai/llama_cpp_canister](https://github.com/onicai/llama_cpp_canister)
11
+ - Run local with [ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp)
12
+ - Try them out at [ICGPT](https://icgpt.icpp.world/)
13
+ - The models were created with the training procedure outlined in [karpathy/llama2.c](https://github.com/karpathy/llama2.c) and then converted into *.gguf format as described below.
14
 
15
  ## TinyStories models
16