nisten commited on
Commit
994e63d
1 Parent(s): 641b075

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ license: apache-2.0
6
 
7
  **Goal is to have the best performing MoE < 10gb**
8
 
9
- Experimental q8 and q4 files for training/finetuning too.
10
 
11
  * *No sparsity tricks yet.*
12
 
@@ -24,7 +24,7 @@ make -j
24
 
25
  wget https://huggingface.co/nisten/quad-mixtrals-gguf/resolve/main/4mixq2.gguf
26
 
27
- ./server -m 4mixq2.gguf --host "ec2-3-99-206-122.ca-central-1.compute.amazonaws.com" -c 512
28
  ```
29
 
30
 
 
6
 
7
  **Goal is to have the best performing MoE < 10gb**
8
 
9
+ >Experimental q8 and q4 files for training/finetuning too.
10
 
11
  * *No sparsity tricks yet.*
12
 
 
24
 
25
  wget https://huggingface.co/nisten/quad-mixtrals-gguf/resolve/main/4mixq2.gguf
26
 
27
+ ./server -m 4mixq2.gguf --host "my.internal.ip.or.my.cloud.host.name.goes.here.com" -c 512
28
  ```
29
 
30