Skip to content

A very simple interactive demo to understand the common LLM samplers.

License

Notifications You must be signed in to change notification settings

Artefact2/llm-sampling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-sampling

A very simple interactive demo to understand the common LLM samplers. Released under the Apache License, version 2.0.

See an online demo here.

Quickstart

git clone https://github.com/ggerganov/llama.cpp
make -C llama.cpp server

# json array of strings (prompts)
$EDITOR in.json

systemd-run --user ./llama.cpp/server --host 127.0.0.1 --port 24498 -c 8192 -np 16 -cb -m foo.gguf
make out.json

About

A very simple interactive demo to understand the common LLM samplers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published