4 lines
157 B
Batchfile
4 lines
157 B
Batchfile
@echo off
|
|
.\llama_bin_run\llama-server.exe --help 2>&1 | findstr /i "split tensor device main-gpu cpu-moe n-cpu-moe" > scripts\help_gpu_flags.txt
|
|
echo Done.
|