Views
No views yet
1slices:
2 - sources:
3 - model: "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
4 layer_range: [0, 14]
5 - sources:
6 - model: "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
7 layer_range: [8, 22]
8merge_method: passthrough
9dtype: bfloat161git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make -j
2wget https://huggingface.co/SkunkworksAI/tinyfrank-1.4B/resolve/main/tinyfrank-q6L.gguf
3./server -m tinyfrank-q6L.gguf --host "my.internal.ip.or.my.cloud.host.name.goes.here.com" -c 512