File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ See documentation at https://onnxruntime.ai/docs/genai.
1515
1616| Support matrix | Supported now | Under development | On the roadmap |
1717| -------------- | ------------- | ----------------- | -------------- |
18- | Model architectures | Gemma <br /> Llama * <br /> Mistral + <br /> Phi (language + vision) <br /> Qwen <br /> Nemotron <br /> Granite <br /> | Whisper | Stable diffusion |
18+ | Model architectures | Gemma <br /> Llama * <br /> Mistral + <br /> Phi (language + vision) <br /> Qwen <br /> Nemotron <br /> Granite <br /> AMD OLMo | Whisper | Stable diffusion |
1919| API | Python <br /> C# <br /> C/C++ <br /> Java ^ | Objective-C | |
2020| Platform | Linux <br /> Windows <br /> Mac ^ <br /> Android ^ | | iOS |
2121| Architecture | x86 <br /> x64 <br /> Arm64 ~ | | |
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ The tool currently supports the following model architectures.
3939- Nemotron
4040- Phi
4141- Qwen
42+ - AMD OLMo
4243
4344It is intended for supporting the latest, popular state-of-the-art models.
4445
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ def run_subprocess(
5555def get_model_paths ():
5656 hf_paths = {
5757 "phi-2" : "microsoft/phi-2" ,
58+ "olmo" : "amd/AMD-OLMo-1B-SFT-DPO" ,
59+ "qwen" : "Qwen/Qwen2.5-0.5B" ,
5860 "phi-3.5" : "microsoft/Phi-3.5-mini-instruct" ,
5961 # "llama-3.2": "meta-llama/Llama-3.2-1B-instruct",
6062 "granite-3.0" : "ibm-granite/granite-3.0-2b-instruct" ,
You can’t perform that action at this time.
0 commit comments