|
|
0ed7f5c907
|
Add Zig example programs for LLaMA, ModernBERT, and SimpleLayer, including a Bazel BUILD file for the LLaMA example.
|
2025-07-29 16:07:11 +00:00 |
|
|
|
a512b9c8a2
|
Update docs and example BUILD files to reflect the switch from zig_cc_binary to zig_binary.
|
2025-07-04 15:10:46 +00:00 |
|
|
|
a540564744
|
Remove example workspace and related documentation files.
|
2025-06-20 13:23:06 +00:00 |
|
|
|
111afcdd95
|
examples/llama: switch to --hf-model-path flag
Instead of giving config, model weights and tokenizer paths, rely on
`huggingface-cli` download.
|
2025-05-28 13:21:00 +00:00 |
|
|
|
dd52e988b4
|
Update example Bazel build files (MODULE.bazel, llama, modernbert) to test the revamped commit workflow.
|
2025-01-31 16:28:38 +00:00 |
|
|
|
27aabf9beb
|
Add Bazel build rules and a test for the benchmark, llama, mnist, and simple_layer examples.
|
2024-05-23 15:52:34 +00:00 |
|
|
|
b67685b941
|
Add example Bazel build files and tokenizer test for tinyllama, including tigerbeetle integration and flags.
|
2024-04-01 17:40:18 +00:00 |
|
|
|
76e314db9b
|
Update Llama example docs and Bazel build files, and add tests for the new HuggingFace tokenizer integration.
|
2024-03-04 12:11:13 +00:00 |
|
|
|
b643f7bc53
|
Add Bazel build rule and test for Llama3 tokenizer’s byte fallback and unknown token handling.
|
2024-02-02 10:25:48 +00:00 |
|
|
|
237a877a29
|
zml: Add support for Llama 3.2 text-only models. Implement transpose over embed_tokens as a replacement for missing lm_head and make lm_head optional for compatibility. Add repositories and executions to Bazel and update README.
|
2023-11-01 10:16:48 +00:00 |
|
|
|
4abdd32f0d
|
Update llama example BUILD to use jax-cuda-pjrt plugin and bump CUDA (12.6.2) / CuDNN (9.5.1) versions.
|
2023-09-12 15:40:21 +00:00 |
|
|
|
af0630616c
|
Update docs (deploy_on_server, dockerize_models, getting_started) and example Bazel files to include AWS Neuron/Trainium/Inferentia deployment guidance.
|
2023-08-21 09:15:48 +00:00 |
|
|
|
7985716562
|
Add new Zig example programs (benchmark, llama, loader, mnist, simple_layer) and include a test for the llama example.
|
2023-06-27 14:23:22 +00:00 |
|
|
|
837f8fb111
|
Add support for the Llama 3.1 70B Instruct model to facilitate testing on high‑performance accelerators.
|
2023-04-19 10:23:44 +00:00 |
|
|
|
eded305649
|
Add initial documentation and example projects for ZML, covering how‑to guides, tutorials, and benchmark examples.
|
2023-01-03 10:21:07 +00:00 |
|