Skip to content

Commit

Permalink
Update readmes and add OLMo and Qwen to the CI tests_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
shobrienDMA committed Jan 17, 2025
1 parent d0495f2 commit 5b3e7f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See documentation at https://onnxruntime.ai/docs/genai.

| Support matrix | Supported now | Under development | On the roadmap |
| -------------- | ------------- | ----------------- | -------------- |
| Model architectures | Gemma <br/> Llama * <br/> Mistral + <br/> Phi (language + vision) <br/> Qwen <br/> Nemotron <br/> Granite <br/> | Whisper | Stable diffusion |
| Model architectures | Gemma <br/> Llama * <br/> Mistral + <br/> Phi (language + vision) <br/> Qwen <br/> Nemotron <br/> Granite <br/> AMD OLMo | Whisper | Stable diffusion |
| API | Python <br/> C# <br/> C/C++ <br/> Java ^ | Objective-C | |
| Platform | Linux <br/> Windows <br/> Mac ^ <br/> Android ^ | | iOS |
| Architecture | x86 <br/> x64 <br/> Arm64 ~ | | |
Expand Down
1 change: 1 addition & 0 deletions src/python/py/models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ The tool currently supports the following model architectures.
- Nemotron
- Phi
- Qwen
- AMD OLMo

It is intended for supporting the latest, popular state-of-the-art models.

Expand Down
2 changes: 2 additions & 0 deletions test/python/_test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def run_subprocess(
def get_model_paths():
hf_paths = {
"phi-2": "microsoft/phi-2",
"olmo": "amd/AMD-OLMo-1B-SFT-DPO",
"qwen": "Qwen/Qwen2.5-0.5B",
"phi-3.5": "microsoft/Phi-3.5-mini-instruct",
# "llama-3.2": "meta-llama/Llama-3.2-1B-instruct",
"granite-3.0": "ibm-granite/granite-3.0-2b-instruct",
Expand Down

0 comments on commit 5b3e7f1

Please sign in to comment.