Skip to content

Commit 7261f77

Browse files
committed
Remove gemma4-31b dflash implementations
1 parent 5529555 commit 7261f77

11 files changed

Lines changed: 195 additions & 1113 deletions

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,3 @@ extension/pybindings/mlx.metallib
8989

9090
# Scratch/WIP work not ready for review -- never committed
9191
/wip/
92-
gemma-4-31B-it-DFlash/
93-
gemma-4-31B-it-HQQ-INT4/
94-
gemma4_31b_dflash_exports_mlx/

examples/models/gemma4_31b/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ target_include_directories(
7474
)
7575
target_link_libraries(gemma4_31b_worker PUBLIC ${link_libraries})
7676

77-
# Standalone C++ DFlash benchmark runner using the Module API.
78-
add_executable(dflash_cpp_driver dflash_cpp_driver.cpp)
79-
target_include_directories(
80-
dflash_cpp_driver PUBLIC ${_common_include_directories} ${_json_include}
81-
)
82-
target_link_libraries(dflash_cpp_driver PUBLIC ${link_libraries})
83-
8477
if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
8578
target_link_options_gc_sections(gemma4_31b_runner)
8679
if(NOT APPLE AND NOT MSVC)
@@ -95,7 +88,6 @@ endif()
9588
if(TARGET mlxdelegate)
9689
executorch_target_copy_mlx_metallib(gemma4_31b_runner)
9790
executorch_target_copy_mlx_metallib(gemma4_31b_worker)
98-
executorch_target_copy_mlx_metallib(dflash_cpp_driver)
9991
endif()
10092

10193
if(EXECUTORCH_BUILD_CUDA)

examples/models/gemma4_31b/DFLASH_EXPERIMENTS.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)