LM/vLLM: Difference between revisions

From Fundamental Ramen
< LM
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== Run ==
== Experiment ==
 
<syntaxhighlight lang="bash">
uv venv --python 3.12 --seed --managed-python
source .venv/bin/activate


vllm serve unsloth/gemma-4-E4B-it-qat-GGUF --device xpu
vllm serve unsloth/gemma-4-E4B-it-qat-GGUF --device xpu
</syntaxhighlight>


== Path ==
== Path ==

Revision as of 02:16, 14 August 2026

Experiment

uv venv --python 3.12 --seed --managed-python
source .venv/bin/activate

vllm serve unsloth/gemma-4-E4B-it-qat-GGUF --device xpu

Path

TODO