This website requires JavaScript.
Explore
Help
Sign In
root
/
llama.cpp
Watch
1
Star
0
Fork
0
You've already forked llama.cpp
mirror of
https://github.com/ggerganov/llama.cpp.git
synced
2024-11-13 14:29:52 +00:00
Code
Issues
Actions
11
Packages
Projects
Releases
Wiki
Activity
873637afc7
llama.cpp
/
requirements.txt
5 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
py : change version of numpy requirement to 1.24.4 (#3515) Co-authored-by: Lyjia <me@lyjia.us>
2023-10-07 09:56:15 +00:00
numpy==1.24.4
py : bump sentencepiece to 0.1.98 to support Python 3.11 (#976)
2023-04-14 19:46:49 +00:00
sentencepiece==0.1.98
convert : support loading vocab from fast tokenizer config (#3633) * Add HFVocab into convert.py * Update convert.py * Update convert.py * add bytes_to_unicode function * change add_meta_vocab fucntion * remove debug code * remove byte_encoder * Add newline between classes * Check tokenizer.json when tokenizer.model is not exist. * Move transformers dependency to local code * Add error context with 'raise from' * Add fast tokenizer option to BpeVocab * Update convert.py * Add VocabLoader and remove *Vocab class * Add transformers dependency * remove added tokens and check newline token to decide spm or bpe * Update convert.py * Add special token type * Update convert.py * Update convert.py * Update convert.py * Fix typo in convert.py * Fix when params.n_vocab < tokenizer vocab size * update vocab class * change funtion name * Remove unused variable/functions, add types to class variable and methods, delete blank liens * fix flake8 warnings * code style cleanup * make mypy happy * change exception --------- Co-authored-by: Jared Van Bortel <jared@nomic.ai>
2023-12-14 08:09:34 +00:00
transformers>=4.34.0
gguf : make gguf pip-installable * gitignore : add dist and rm pyproject.toml * gguf: prepare as Pip package * gguf: prepare as Pip package * gguf : fix line endings * requirements : add gguf * gguf : update readme with build notes * gguf : update readme with build notes * gguf : add notes for tests
2023-08-25 06:26:05 +00:00
gguf>=0.1.0
Reference in New Issue
Copy Permalink