Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-18 | llama.swiftui : add more models | Georgi Gerganov | |
2023-12-17 | llama.swiftui : add bench functionality (#4483) | Georgi Gerganov | |
* llama.swiftui : add bench button * llama.swiftui : initial bench functionality * force to use n_gpu_layers on simulator * add download buttons & expose llamaState.loadModel * update project.pbxproj * comment #Preview & fix editorconfig check * gitignore : xcode stuff * llama.swiftui : UX improvements * llama.swiftui : avoid data copy via "downloadTask" * llama.swiftui : remove model from project * llama : remove "mostly" from model infos * llama.swiftui : improve bench --------- Co-authored-by: jhen <developer@jhen.me> | |||
2023-12-04 | swift : fix concatenation method to avoid invalid UTF8 stringfication (#4325) | Miwa / Ensan | |
2023-12-04 | swift : fix prompt tokenization logic (#4321) | Miwa / Ensan | |
2023-12-01 | swift : fix token_to_piece implementation (#4278) | Miwa / Ensan | |
* Fix token_to_piece implementation in Swift * Fix errors | |||
2023-11-27 | examples : iOS example with swift ui (#4159) | Bailey Chittle | |
* copy to llama.cpp as subdir * attempt enabling metal, fails * ggml metal compiles! * Update README.md * initial conversion to new format, utf8 errors? * bug fixes, but now has an invalid memory access :( * added O3, now has insufficient memory access * begin sync with master * update to match latest code, new errors * fixed it! * fix for loop conditionals, increase result size * fix current workflow errors * attempt a llama.swiftui workflow * Update .github/workflows/build.yml Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> |