cortexelus commited on
Commit
5d1992c
Β·
verified Β·
1 Parent(s): d593f74

cpu-amx: consistent <model>_<precision> filenames (t5gemma_bf16, dit_medium_int8, same_*_encoder_bf16)

Browse files
.gitattributes CHANGED
@@ -47,3 +47,7 @@ cpu-amx/same_s_decoder_bf16.so filter=lfs diff=lfs merge=lfs -text
47
  cpu-amx/same_s_decoder_int8.so filter=lfs diff=lfs merge=lfs -text
48
  cpu-amx/same_s_encoder.so filter=lfs diff=lfs merge=lfs -text
49
  cpu-amx/t5gemma.so filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
47
  cpu-amx/same_s_decoder_int8.so filter=lfs diff=lfs merge=lfs -text
48
  cpu-amx/same_s_encoder.so filter=lfs diff=lfs merge=lfs -text
49
  cpu-amx/t5gemma.so filter=lfs diff=lfs merge=lfs -text
50
+ cpu-amx/t5gemma_bf16.so filter=lfs diff=lfs merge=lfs -text
51
+ cpu-amx/dit_medium_int8.so filter=lfs diff=lfs merge=lfs -text
52
+ cpu-amx/same_s_encoder_bf16.so filter=lfs diff=lfs merge=lfs -text
53
+ cpu-amx/same_l_encoder_bf16.so filter=lfs diff=lfs merge=lfs -text
cpu-amx/{dit_medium.so β†’ dit_medium_int8.so} RENAMED
File without changes
cpu-amx/{dit_medium_core.bin β†’ dit_medium_int8_core.bin} RENAMED
File without changes
cpu-amx/{dit_medium_core_manifest.txt β†’ dit_medium_int8_core_manifest.txt} RENAMED
File without changes
cpu-amx/{dit_medium_kernels.tar.gz β†’ dit_medium_int8_kernels.tar.gz} RENAMED
File without changes
cpu-amx/{same_l_encoder.so β†’ same_l_encoder_bf16.so} RENAMED
File without changes
cpu-amx/{same_l_encoder_weights.bin β†’ same_l_encoder_bf16_weights.bin} RENAMED
File without changes
cpu-amx/{same_l_encoder_weights_f32.bin β†’ same_l_encoder_bf16_weights_f32.bin} RENAMED
File without changes
cpu-amx/{same_l_encoder_weights_f32_manifest.txt β†’ same_l_encoder_bf16_weights_f32_manifest.txt} RENAMED
File without changes
cpu-amx/{same_l_encoder_weights_manifest.txt β†’ same_l_encoder_bf16_weights_manifest.txt} RENAMED
File without changes
cpu-amx/{same_s_encoder.so β†’ same_s_encoder_bf16.so} RENAMED
File without changes
cpu-amx/{same_s_encoder_weights.bin β†’ same_s_encoder_bf16_weights.bin} RENAMED
File without changes
cpu-amx/{same_s_encoder_weights_manifest.txt β†’ same_s_encoder_bf16_weights_manifest.txt} RENAMED
File without changes
cpu-amx/{t5gemma.so β†’ t5gemma_bf16.so} RENAMED
File without changes
cpu-amx/{t5gemma_weights.bin β†’ t5gemma_bf16_weights.bin} RENAMED
File without changes
cpu-amx/{t5gemma_weights_manifest.txt β†’ t5gemma_bf16_weights_manifest.txt} RENAMED
File without changes