@@ -52,11 +52,24 @@ const SimpleHeroSection = () => {
5252 < code className = "bg-transparent border-none inline-block" >
5353 < p className = "text-neutral-500 mb-0" > # Run Local LLMs</ p >
5454 < p className = "mb-0" >
55- < span className = "text-green-600" > cortex </ span >
56- < span className = "text-white" > run </ span >
57- < span className = "text-cyan-600" > llama3.1 </ span >
55+ < span className = "text-white" > ❯ </ span >
56+ < span className = "text-green-600" > cortex run </ span >
57+ < span className = "text-cyan-600" > llama3.2 </ span >
5858 </ p >
59- < p className = "mb-0" >
59+ < p className = "text-white mb-0" > Available to download:</ p >
60+ < p className = "text-white mb-0" > 1. llama3.2:3b-gguf-q2-k</ p >
61+ < p className = "text-white mb-0" > 2. llama3.2:3b-gguf-q3-kl</ p >
62+ < p className = "text-white mb-0" > 3. llama3.2:3b-gguf-q3-km</ p >
63+ < p className = "text-white mb-0" > 4. llama3.2:3b-gguf-q3-ks</ p >
64+ < p className = "text-white mb-0" > 5. llama3.2:3b-gguf-q4-km (default)</ p >
65+ < p className = "text-white mb-0" > 6. llama3.2:3b-gguf-q4-ks</ p >
66+ < p className = "text-white mb-0" > 7. llama3.2:3b-gguf-q5-km</ p >
67+ < p className = "text-white mb-0" > 8. llama3.2:3b-gguf-q5-ks</ p >
68+ < p className = "text-white mb-0" > 9. llama3.2:3b-gguf-q6-k</ p >
69+ < p className = "text-white mb-0" > 10. llama3.2:3b-gguf-q8-0</ p >
70+ < p className = "mb-0" > </ p >
71+ < p className = "text-white mb-0" > Select a model (1-10): 5</ p >
72+ { /* <p className="mb-0">
6073 <span className="text-green-600">cortex </span>
6174 <span className="text-white">run </span>
6275 <span className="text-cyan-600">llama3.1:tensorrt-llm</span>
@@ -65,7 +78,7 @@ const SimpleHeroSection = () => {
6578 <span className="text-green-600">cortex </span>
6679 <span className="text-white">run </span>
6780 <span className="text-cyan-600">llama3.1:onnx</span>
68- </ p >
81+ </p> */ }
6982 </ code >
7083 </ div >
7184 </ div >
0 commit comments