Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/include/model_list.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <filesystem>
#include "utils/utils.hpp"

#define __FLM_VERSION__ "0.9.33"
#define __FLM_VERSION__ "0.9.34"

/// \note This class is used to manage the model list.
class model_list {
Expand Down
3 changes: 1 addition & 2 deletions src/inno/flm.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

AppName=flm

AppVersion=0.9.33
AppVersion=0.9.34

AppPublisher=FastFlowLM

Expand Down Expand Up @@ -59,7 +59,6 @@ Source: "lm_head.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "dequant.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "whisper_npu.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "gemm.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "npu_utils.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "msvcp140.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "q4_npu_eXpress.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "mha.dll"; DestDir: "{app}"; Flags: ignoreversion
Expand Down
52 changes: 52 additions & 0 deletions src/model_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,32 @@
}
}
},
"translategemma": {
"4b": {
"name": "Translategemma-4B-Instruct-NPU2",
"url": "https://huggingface.co/FastFlowLM/Translategemma-4B-Instruct-NPU2/resolve/main",
"file_url": "https://huggingface.co/api/models/FastFlowLM/Translategemma-4B-Instruct-NPU2/tree/main",
"modified_at": "2025-05-30T00:00:00Z",
"size": 4000000000,
"default_context_length": 65536,
"vlm": true,
"flm_min_version": "0.9.34",
"files": [
"config.json",
"model.q4nx",
"tokenizer.json",
"tokenizer_config.json",
"vision_weight.q4nx"
],
"details": {
"family": "gemma3",
"think": false,
"think_toggleable": false,
"parameter_size": "4B",
"quantization_level": "Q4_1"
}
}
},
"medgemma": {
"4b": {
"name": "Medgemma-4B-NPU2",
Expand All @@ -315,6 +341,32 @@
}
}
},
"medgemma1.5": {
"4b": {
"name": "Medgemma-1.5-4B-NPU2",
"url": "https://huggingface.co/FastFlowLM/medgemma-1.5-4b-it-NPU2/resolve/main",
"file_url": "https://huggingface.co/api/models/FastFlowLM/medgemma-1.5-4b-it-NPU2/tree/main",
"modified_at": "2025-05-30T00:00:00Z",
"size": 4000000000,
"default_context_length": 65536,
"vlm": true,
"flm_min_version": "0.9.34",
"files": [
"config.json",
"model.q4nx",
"tokenizer.json",
"tokenizer_config.json",
"vision_weight.q4nx"
],
"details": {
"family": "gemma3",
"think": false,
"think_toggleable": false,
"parameter_size": "4B",
"quantization_level": "Q4_1"
}
}
},
"llama3.2": {
"1b": {
"name": "Llama-3.2-1B-NPU2",
Expand Down
Binary file added src/xclbins/Medgemma-1.5-4B-NPU2/attn.xclbin
Binary file not shown.
Binary file added src/xclbins/Medgemma-1.5-4B-NPU2/dequant.xclbin
Binary file not shown.
Binary file added src/xclbins/Medgemma-1.5-4B-NPU2/layer.xclbin
Binary file not shown.
Binary file added src/xclbins/Medgemma-1.5-4B-NPU2/lm_head.xclbin
Binary file not shown.
Binary file added src/xclbins/Medgemma-1.5-4B-NPU2/mm.xclbin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.