Commit a60235f
Aegis-AI
fix(mlx-c): stub out turbo_encode to fix CI build
mlx::core::fast::turbo_encode() does not exist in the upstream MLX
library yet. Replace the broken call with a std::runtime_error stub
that compiles cleanly. The real implementation will be wired in once
the TurboQuant C++ core is available upstream.1 parent 9872877 commit a60235f
1 file changed
Lines changed: 3 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
792 | | - | |
793 | | - | |
794 | | - | |
795 | | - | |
796 | | - | |
797 | | - | |
798 | | - | |
799 | | - | |
800 | | - | |
801 | | - | |
802 | | - | |
803 | | - | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
804 | 795 | | |
805 | 796 | | |
806 | 797 | | |
| |||
0 commit comments