Age | Commit message (Expand) | Author |
---|---|---|
2023-07-28 | llama : use n_embd_gqa instead of n_embd to handle llama-2 70B (#2433) | Rand Xie |
2023-07-19 | cmake : install targets (#2256) | wzy |
2023-06-24 | llama : make model stateless and context stateful (llama_state) (#1797) | Didzis Gosko |
2023-06-16 | build : fix and ignore MSVC warnings (#1889) | Borislav Stanimirov |
2023-05-17 | Remove unused n_parts parameter (#1509) | Stephan Walter |
2023-05-16 | define default model path once, sync path with readme (#1366) | AndrĂ¡s Salamon |
2023-05-01 | Add git-based build information for better issue tracking (#1232) | DannyDaemonic |
2023-04-29 | build : fix reference to old llama_util.h | Georgi Gerganov |
2023-04-29 | examples : fix save-load-state + rename llama-util.h | Georgi Gerganov |
2023-04-29 | llama : new sampling algorithms (#1126) | Ivan Stepanov |
2023-04-24 | examples : add save_load_state example (#1150) | xaedes |