Gist: https://gist.github.com/evacchi/7afc3613407597287644ea89b83fd716 Colab: https://colab.research.google.com/gist/evacchi/7afc3613407597287644ea89b83fd716/blockkit-gemma3-finetune.ipynb
Specs:
- Parameters: 270 million
| const std = @import("std"); | |
| const json = std.json; | |
| pub const ContentType = enum { | |
| text, | |
| image, | |
| resource, | |
| }; | |
| pub const CallToolResult = struct { |
Gist: https://gist.github.com/evacchi/7afc3613407597287644ea89b83fd716 Colab: https://colab.research.google.com/gist/evacchi/7afc3613407597287644ea89b83fd716/blockkit-gemma3-finetune.ipynb
Specs:
Current interpreter (~11k lines of non-test code in internal/engine/interpreter/):
unionOperation instructions (a custom IR)callNativeFunc() over 82+ operation kindsuint64 value stack and a call frame stack