llama.cpp
ee1a0ec9
- llama : add option for greedy sampling with probs (#3813)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
Commit
1 year ago
llama : add option for greedy sampling with probs (#3813) * llama : add option for greedy sampling with probs * llama : add comment about llama_sample_token_greedy() missing probs * sampling : temp == 0.0 -> no probs, temp < 0.0 -> probs
References
#3813 - llama : add option for greedy sampling with probs
Author
ggerganov
Parents
17746110
Files
4
common
common.cpp
sampling.cpp
examples/speculative
speculative.cpp
llama.h
Loading