Thatcher Chamberlin
|
d8d4e865cd
Add a missing step to the gpt4all instructions (#690)
|
2 лет назад |
Christian Falch
|
e986f94829
Added api for getting/setting the kv_cache (#685)
|
2 лет назад |
Marian Cepok
|
c0bb1d3ce2
ggml : change ne to int64_t (#626)
|
2 лет назад |
Leonardo Neumann
|
6e7801d08d
examples : add gpt4all script (#658)
|
2 лет назад |
Stephan Walter
|
81040f10aa
llama : do not allocate KV cache for "vocab_only == true" (#682)
|
2 лет назад |
Fabian
|
c4f89d8d73
make : use -march=native -mtune=native on x86 (#609)
|
2 лет назад |
Murilo Santana
|
5b70e7de4c
fix default params for examples/main (#697)
|
2 лет назад |
Ikko Eltociear Ashimine
|
a717cba844
py: huggingface -> Hugging Face (#686)
|
2 лет назад |
rimoliga
|
d0a7f742e7
readme: replace termux links with homepage, play store is deprecated (#680)
|
2 лет назад |
Slaren
|
0d054e292e
Show error message when -f fails
|
2 лет назад |
Stephan Walter
|
3525899277
Enable -std= for cmake builds, fix warnings (#598)
|
2 лет назад |
slaren
|
1d08882afa
Optimize AVX2 ggml_vec_dot_q4_0 (#642)
|
2 лет назад |
perserk
|
02c5b27e91
Add AVX acceleration (#617)
|
2 лет назад |
Pavol Rusnak
|
cbef542879
py : cleanup the code
|
2 лет назад |
Pavol Rusnak
|
9733104be5
drop quantize.py (now that models are using a single file)
|
2 лет назад |
Georgi Gerganov
|
3df890aef4
readme : update supported models
|
2 лет назад |
Justine Tunney
|
ee0c40dd6d
Introduce GGML migration tool for new file format
|
2 лет назад |
Justine Tunney
|
6f23ba5ee2
Ensure --mlock works properly with mmap() support
|
2 лет назад |
Justine Tunney
|
78ca9838ee
Make loading weights 10-100x faster
|
2 лет назад |
Slaren
|
a017390358
Initial windows support (untested)
|
2 лет назад |
Slaren
|
ac184d5147
Always initialize mm_addr and mm_length in llama_model
|
2 лет назад |
Slaren
|
276e5b7811
Unmap the file in llama_free
|
2 лет назад |
Slaren
|
d68c5dc435
Make mmap_file static
|
2 лет назад |
Slaren
|
64bde3ffd4
Fix ggml_init_params in quantize
|
2 лет назад |
Slaren
|
c03ae8dca1
Add mmap support for model files
|
2 лет назад |
Stephan Walter
|
3bcc129ba8
cmake : properly invoke CTest (#629)
|
2 лет назад |
Casey Primozic
|
a4755cf288
Remove unused variable (#607)
|
2 лет назад |
david raistrick
|
1f0414feec
make : fix darwin f16c flags check (#615)
|
2 лет назад |
Georgi Gerganov
|
77efdf5a50
ggml : fix NEON signs (close #620, #622)
|
2 лет назад |
slaren
|
ed3c680bcd
Fix GGML_F32Cx8_STORE in AVX without F16C path (#619)
|
2 лет назад |