2023-04-11 |
Pavol Rusnak | Fix whitespace, add .editorconfig, add GitHub workflow... |
commit | commitdiff | tree |
2023-04-11 |
Stephan Walter | Add enum llama_ftype, sync ggml_type to model files... |
commit | commitdiff | tree |
2023-04-11 |
comex | Windows fixes (#890) |
commit | commitdiff | tree |
2023-04-10 |
qouoq | Add BAIR's Koala to supported models (#877) |
commit | commitdiff | tree |
2023-04-10 |
Georgi Gerganov | ggml : fix WASM build |
commit | commitdiff | tree |
2023-04-10 |
Georgi Gerganov | ggml : add ggml_cont() + optimize ggml_cpy() for contig... |
commit | commitdiff | tree |
2023-04-10 |
Georgi Gerganov | ggml : remove trailing whitespaces |
commit | commitdiff | tree |
2023-04-10 |
Marco Matthies | Simplify to include lower-case windows.h always, fix... |
commit | commitdiff | tree |
2023-04-10 |
Georgi Gerganov | ggml : fix quantize_row_q4_1() ARM_NEON (close #876) |
commit | commitdiff | tree |
2023-04-09 |
comex | Print model version. |
commit | commitdiff | tree |
2023-04-09 |
comex | Rewrite loading code to try to satisfy everyone: |
commit | commitdiff | tree |
2023-04-08 |
Tomáš Pazdiora | fix for windows utf-8 input (#840) |
commit | commitdiff | tree |
2023-04-08 |
eiery | cmake should link openblas properly with -lopenblas... |
commit | commitdiff | tree |
2023-04-08 |
lon | Add new binaries to flake.nix (#847) |
commit | commitdiff | tree |
2023-04-07 |
unbounded | Add quantize-stats command for testing quantization... |
commit | commitdiff | tree |
2023-04-07 |
bhubbb | make : add libllama.so target for llama-cpp-python... |
commit | commitdiff | tree |
2023-04-07 |
iacore | zig : don't link examples/common.cpp for non-example... |
commit | commitdiff | tree |
2023-04-07 |
Ivan Stepanov | llama : always sort logits before nucleus sampling... |
commit | commitdiff | tree |
2023-04-06 |
Sergey Alirzaev | Do not crash when it has nothing to say. (#796) |
commit | commitdiff | tree |
2023-04-06 |
Pavol Rusnak | Make docker instructions more explicit (#785) |
commit | commitdiff | tree |
2023-04-05 |
Georgi Gerganov | ggml : multi-thread ggml_rope() (~3-4 times faster... |
commit | commitdiff | tree |
2023-04-05 |
Georgi Gerganov | ggml, llama : avoid heavy V transpose + improvements... |
commit | commitdiff | tree |
2023-04-05 |
Georgi Gerganov | Update README.md |
commit | commitdiff | tree |
2023-04-05 |
Ivan Stepanov | llama : define non-positive top_k; top_k range check... |
commit | commitdiff | tree |
2023-04-05 |
at8u | miku.sh : add executable bit (#780) |
commit | commitdiff | tree |
2023-04-05 |
Georgi Gerganov | media : add logos and banners |
commit | commitdiff | tree |
2023-04-05 |
Georgi Gerganov | readme : change logo + add bindings + add uis + add... |
commit | commitdiff | tree |
2023-04-05 |
iacore | zig : add build.zig (#773) |
commit | commitdiff | tree |
2023-04-05 |
Ivan Stepanov | make : missing host optimizations in CXXFLAGS (#763) |
commit | commitdiff | tree |
2023-04-05 |
Adithya Balaji | readme : update with CMake and windows example (#748) |
commit | commitdiff | tree |
2023-04-05 |
at8u | examples : add Miku.sh (#724) |
commit | commitdiff | tree |
2023-04-05 |
Andrew Duffy | Add Accelerate/BLAS when using Swift (#765) |
commit | commitdiff | tree |
2023-04-03 |
mgroeber9110 | Windows: reactive sigint handler after each Ctrl-C... |
commit | commitdiff | tree |
2023-04-03 |
SebastianApel | 10+% performance improvement of ggml_vec_dot_q4_0 on... |
commit | commitdiff | tree |
2023-04-03 |
Ivan Stepanov | Define non-positive temperature behavior (#720) |
commit | commitdiff | tree |
2023-04-02 |
bsilvereagle | Remove torch GPU dependencies from the Docker.full... |
commit | commitdiff | tree |
2023-04-02 |
Thatcher Chamberlin | Add a missing step to the gpt4all instructions (#690) |
commit | commitdiff | tree |
2023-04-02 |
Christian Falch | Added api for getting/setting the kv_cache (#685) |
commit | commitdiff | tree |
2023-04-02 |
Marian Cepok | ggml : change ne to int64_t (#626) |
commit | commitdiff | tree |
2023-04-02 |
Leonardo Neumann | examples : add gpt4all script (#658) |
commit | commitdiff | tree |
2023-04-02 |
Stephan Walter | llama : do not allocate KV cache for "vocab_only =... |
commit | commitdiff | tree |
2023-04-02 |
Fabian | make : use -march=native -mtune=native on x86 (#609) |
commit | commitdiff | tree |
2023-04-02 |
Murilo Santana | fix default params for examples/main (#697) |
commit | commitdiff | tree |
2023-04-01 |
Ikko Eltociear... | py: huggingface -> Hugging Face (#686) |
commit | commitdiff | tree |
2023-04-01 |
rimoliga | readme: replace termux links with homepage, play store... |
commit | commitdiff | tree |
2023-04-01 |
Slaren | Show error message when -f fails |
commit | commitdiff | tree |
2023-03-31 |
Stephan Walter | Enable -std= for cmake builds, fix warnings (#598) |
commit | commitdiff | tree |
2023-03-31 |
slaren | Optimize AVX2 ggml_vec_dot_q4_0 (#642) |
commit | commitdiff | tree |
2023-03-31 |
perserk | Add AVX acceleration (#617) |
commit | commitdiff | tree |
2023-03-31 |
Pavol Rusnak | py : cleanup the code |
commit | commitdiff | tree |
2023-03-30 |
Pavol Rusnak | drop quantize.py (now that models are using a single... |
commit | commitdiff | tree |
2023-03-30 |
Georgi Gerganov | readme : update supported models |
commit | commitdiff | tree |
2023-03-30 |
Justine Tunney | Introduce GGML migration tool for new file format |
commit | commitdiff | tree |
2023-03-30 |
Justine Tunney | Ensure --mlock works properly with mmap() support |
commit | commitdiff | tree |
2023-03-30 |
Justine Tunney | Make loading weights 10-100x faster |
commit | commitdiff | tree |
2023-03-30 |
Slaren | Initial windows support (untested) |
commit | commitdiff | tree |
2023-03-30 |
Slaren | Always initialize mm_addr and mm_length in llama_model |
commit | commitdiff | tree |
2023-03-30 |
Slaren | Unmap the file in llama_free |
commit | commitdiff | tree |
2023-03-30 |
Slaren | Make mmap_file static |
commit | commitdiff | tree |
2023-03-30 |
Slaren | Fix ggml_init_params in quantize |
commit | commitdiff | tree |
2023-03-30 |
Slaren | Add mmap support for model files |
commit | commitdiff | tree |
2023-03-30 |
Stephan Walter | cmake : properly invoke CTest (#629) |
commit | commitdiff | tree |
2023-03-30 |
Casey Primozic | Remove unused variable (#607) |
commit | commitdiff | tree |
2023-03-30 |
david raistrick | make : fix darwin f16c flags check (#615) |
commit | commitdiff | tree |
2023-03-30 |
Georgi Gerganov | ggml : fix NEON signs (close #620, #622) |
commit | commitdiff | tree |
2023-03-30 |
slaren | Fix GGML_F32Cx8_STORE in AVX without F16C path (#619) |
commit | commitdiff | tree |
2023-03-29 |
anzz1 | ci : re-enable AVX512 testing (Windows-MSVC) (#584) |
commit | commitdiff | tree |
2023-03-29 |
Georgi Gerganov | ggml : init time on first ggml_init() call |
commit | commitdiff | tree |
2023-03-29 |
Georgi Gerganov | llama : fix compile warnings when reading the vocab |
commit | commitdiff | tree |
2023-03-29 |
Georgi Gerganov | ggml : add ARM_NEON dequantize_row_q4_1() |
commit | commitdiff | tree |
2023-03-29 |
Georgi Gerganov | ggml : add ARM_NEON quantize_row_q4_1() |
commit | commitdiff | tree |
2023-03-29 |
Georgi Gerganov | ggml : add ARM_NEON ggml_vec_dot_q4_1() |
commit | commitdiff | tree |
2023-03-29 |
Pavol Rusnak | rename convert_ggml_to_pth.py -> convert-ggml-to-pth... |
commit | commitdiff | tree |
2023-03-29 |
Thérence | Create chat-13B.bat (#592) |
commit | commitdiff | tree |
2023-03-29 |
Georgi Gerganov | readme : fix typos |
commit | commitdiff | tree |
2023-03-29 |
Georgi Gerganov | readme : add GPT4All instructions (close #588) |
commit | commitdiff | tree |
2023-03-29 |
Georgi Gerganov | py : add GPT4All conversion script |
commit | commitdiff | tree |
2023-03-29 |
Maël Kerbiriou | llama : use the same threshold for OpenBLAS and ggml... |
commit | commitdiff | tree |
2023-03-29 |
Tobias Lütke | add example of re-act pattern (#583) |
commit | commitdiff | tree |
2023-03-29 |
anzz1 | Fix GCC warning about binary literal (#595) |
commit | commitdiff | tree |
2023-03-29 |
anzz1 | Fix typo in llama.h (#593) |
commit | commitdiff | tree |
2023-03-28 |
anzz1 | Enable Fused-Multiply-Add (FMA) and F16C/CVT16 vector... |
commit | commitdiff | tree |
2023-03-28 |
anzz1 | CI: fix subdirectory path globbing (#546) |
commit | commitdiff | tree |
2023-03-28 |
anzz1 | llama : fix linkage with mingw (#551) |
commit | commitdiff | tree |
2023-03-28 |
slaren | ggml : add AVX2 implementation of quantize_row_q4_1... |
commit | commitdiff | tree |
2023-03-28 |
thement | py : add temporary script to convert old ggml files... |
commit | commitdiff | tree |
2023-03-28 |
Tai Duc Nguyen | py : add capabiliy to convert from ggml back to torch... |
commit | commitdiff | tree |
2023-03-28 |
Stephan Walter | ggml : refactor quantized processing functions (#509) |
commit | commitdiff | tree |
2023-03-28 |
DooWoong Lee... | py : removed unused `model` variable and verified that... |
commit | commitdiff | tree |
2023-03-28 |
Georgi Gerganov | ci : make ctest verbose, hopefully we see what is wrong... |
commit | commitdiff | tree |
2023-03-28 |
Georgi Gerganov | tests : free llama context at the end of the test |
commit | commitdiff | tree |
2023-03-28 |
Stephan Walter | all : be more strict about converting float to double... |
commit | commitdiff | tree |
2023-03-28 |
Jed Fox | deploy : add a Package.swift for SwiftPM support (... |
commit | commitdiff | tree |
2023-03-28 |
Stephan Walter | ggml : introduce structs for the q4 data blocks (#356) |
commit | commitdiff | tree |
2023-03-28 |
Georgi Gerganov | gitignore : add "embedding" |
commit | commitdiff | tree |
2023-03-28 |
dotpy314 | Check the existence of f16_model_path_base in quantize... |
commit | commitdiff | tree |
2023-03-28 |
slaren | Fix usage of F16C intrinsics in AVX code (#563) |
commit | commitdiff | tree |
2023-03-28 |
anzz1 | main.cpp fixes, refactoring (#571) |
commit | commitdiff | tree |
2023-03-28 |
RJ Adriaansen | Add embedding example to Makefile (#540) |
commit | commitdiff | tree |
2023-03-27 |
Marco Matthies | Fix missing ggml link in cmake for examples/* on w64... |
commit | commitdiff | tree |
next |