index
:
ik_llama.cpp.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
llama.swiftui
/
llama.cpp.swift
/
LibLlama.swift
Age
Commit message (
Expand
)
Author
2024-07-27
Merge mainline llama.cpp (#3)
Kawrakow
2024-04-21
llama : add option to render special/control tokens (#6807)
Georgi Gerganov
2024-04-21
llama : support Llama 3 HF conversion (#6745)
Pedro Cuenca
2024-03-13
llama : add pipeline parallelism support (#6017)
slaren
2024-02-16
ggml : add numa options (#5377)
bmwl
2024-01-07
llama.swiftui : use llama.cpp as SPM package (#4804)
Alex Azarov
2024-01-06
llama.swiftui : use correct pointer for llama_token_eos (#4797)
Daniel Illescas Romero
2023-12-29
llama.swiftui : fix infinite loop, ouput timings, buff UI (#4674)
Peter Sugihara
2023-12-18
llama.swiftui : add more models
Georgi Gerganov
2023-12-17
llama.swiftui : add bench functionality (#4483)
Georgi Gerganov
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
2023-11-27
examples : iOS example with swift ui (#4159)
Bailey Chittle