HawkClaws commited on
Commit
6e2cf90
1 Parent(s): 7051b8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: llama3
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ language:
4
+ - en
5
+ - ja
6
+ ---
7
+ # Llama-3-youko-8b-instruct-chatvector-gguf
8
+ [aixsatoshiさんが公開しているPhi-3-mini-128k-instruct](aixsatoshi/Llama-3-youko-8b-instruct-chatvector)のggufフォーマット変換版です。
9
+
10
+
11
+ ## Usage
12
+
13
+ ```
14
+ git clone https://github.com/ggerganov/llama.cpp.git
15
+ cd llama.cpp
16
+ make -j
17
+ ./main -m ../llama-3-youko-8b-instruct-chatvector-q8_0.gguf -p 'こんちゃっす' -n 128
18
+ ```