This website works better with JavaScript
홈
탐색
도움말
로그인
cturan
/
llama.cpp
의 미러
https://github.com/cturan/llama.cpp
Watch
1
Star
0
포크
0
파일
이슈
0
위키
트리:
a0f98dd604
브랜치
태그
k2v2
master
minimax
qwen3_next
qwen3_next_optimized
toolinjection
test
b6814
llama.cpp
/
examples
/
model-conversion
/
scripts
Daniel Bevenius
2758fa10da
examples : add model conversion tool/example (
#15455
)
5 달 전
..
causal
2758fa10da
examples : add model conversion tool/example (
#15455
)
5 달 전
embedding
2758fa10da
examples : add model conversion tool/example (
#15455
)
5 달 전
utils
2758fa10da
examples : add model conversion tool/example (
#15455
)
5 달 전
readme.md.template
2758fa10da
examples : add model conversion tool/example (
#15455
)
5 달 전
readme.md.template
---
base_model:
- {base_model}
---
# {model_name} GGUF
Recommended way to run this model:
```sh
llama-server -hf {namespace}/{model_name}-GGUF -c 0 -fa
```
Then, access http://localhost:8080