Georgi Gerganov
|
6b6dbc8910
Remove obsolete assert and fix compiler warning
|
2 yıl önce |
anzz1
|
fbd4d38c64
feat: '--in-prefix STRING' option (#426)
|
2 yıl önce |
Georgi Gerganov
|
04c6f5ed6f
Immediately start processing the prompt before user input has been provided (#476)
|
2 yıl önce |
Georgi Gerganov
|
7a9b6c3a8b
Reduce memory usage and allocate enough memory for largest context (#473)
|
2 yıl önce |
rabidcopy
|
863f65e2e3
fix instruct mode (#445)
|
2 yıl önce |
comex
|
563cdc391d
Support calling mlock() on loaded model data on Linux and macOS (#453)
|
2 yıl önce |
Luciano
|
8d4a855c24
Add embedding mode with arg flag. Currently working (#282)
|
2 yıl önce |
rabidcopy
|
2e17dfd80a
Replace EOS with newline to prevent context/memory being flushed by EOS in interactive mode (#333)
|
2 yıl önce |
tjohnman
|
f7dc43bc0d
Fix instruct mode broken by PR #354 (#409)
|
2 yıl önce |
tjohnman
|
305ba6f0e6
Don't force immediate interactive without `-i` (#354)
|
2 yıl önce |
Erik Scholz
|
56e659a0b2
fix perplexity after c-api refactor (#390)
|
2 yıl önce |
Georgi Gerganov
|
ae44e23ee3
When seed <= 0 - use the clock to generate one
|
2 yıl önce |
Georgi Gerganov
|
928480ef5b
Init llama_context_params properly from CLI (#370)
|
2 yıl önce |
Georgi Gerganov
|
f5a77a629b
Introduce C-style API (#370)
|
2 yıl önce |
Fabio R. Sluzala
|
353ec251a4
We could use std::unordered_map over std::map (#305)
|
2 yıl önce |
Matvey Soloviev
|
89d5d90f3b
Fix color codes emitting mid-UTF8 code. (#312)
|
2 yıl önce |
comex
|
16ffc013c6
Importer for GPTQ quantized LLaMA models (#301)
|
2 yıl önce |
Gary Linscott
|
486ae645fd
Compute perplexity over prompt (#270)
|
2 yıl önce |
anzz1
|
c86ba036e6
Enable ANSI colors on Windows 10+ (#311)
|
2 yıl önce |
tjohnman
|
d5f56a5e5a
Check for reverse prompt by characters instead of tokens (#292) (#330)
|
2 yıl önce |
Georgi Gerganov
|
3bfa3b43b7
Fix convert script, warnings alpaca instructions, default params
|
2 yıl önce |
anzz1
|
975d2cebf9
cmdline option for custom amount of model parts (--n_parts N) (#348)
|
2 yıl önce |
Georgi Gerganov
|
eb34620aec
Add tokenizer test + revert to C++11 (#355)
|
2 yıl önce |
Mack Straight
|
a791a68b61
move file magic/version to header, print expected version (#319)
|
2 yıl önce |
Mack Straight
|
074bea2eb1
sentencepiece bpe compatible tokenizer (#252)
|
2 yıl önce |
cocktailpeanut
|
da5303c1ea
bugfix: default should not be interactive (#304)
|
2 yıl önce |
Rickey Bowers Jr
|
5c19c70ba6
fix coloring of last `n_batch` of prompt, and refactor line input (#221)
|
2 yıl önce |
tjohnman
|
24568371ae
Support for multiple reverse prompts. (#299)
|
2 yıl önce |
tjohnman
|
ad5fd5b60c
Make prompt randomization optional. (#300)
|
2 yıl önce |
tjohnman
|
368d0c8a9e
Respect the maximum number of tokens in interactive. (#298)
|
2 yıl önce |