@@ -6,7 +6,7 @@ PyTorch models to a TOSA representation. This representation is used to
66deploy to the following targets:
77
88- ** Arm® ; Ethos&trade ; -U55/65/85** - Compiled using the Ethos-U Vela compiler.
9- - ** VGF Format, for ML extensions for Vulkan®** – a format containing SPIR-V™ ML operators for Vulkan-capable devices.
9+ - ** VKML using VGF Format, for ML extensions for Vulkan®** – a format containing SPIR-V™ ML operators for Vulkan Machine Learning (VKML) devices.
1010
1111The backend provides an ahead-of-time (AOT) flow, that produces a PTE file for your
1212chosen target. The AOT flow supports the following development operating systems:
@@ -248,15 +248,16 @@ Below is an overview of some of the testing options this script provides:
248248| ` test_arm_backend.sh test_pytest_ops_ethos_u85 ` | Runs operator unit tests for Ethos-U85 specific use-cases. |
249249| ` test_arm_backend.sh test_pytest_models_ethos_u85 ` | Runs model unit tests for Ethos-U85 specific use-cases. |
250250| ` test_arm_backend.sh test_run_ethos_u85 ` | Runs end-to-end unit tests for Ethos-U85 specific use-cases. |
251- | ` test_arm_backend.sh test_pytest_ops_vkml ` | Runs operator unit tests for VGF specific use-cases. |
252- | ` test_arm_backend.sh test_pytest_models_vkml ` | Runs model unit tests for VGF specific use-cases. |
253- | ` test_arm_backend.sh test_run_vkml ` | Runs end-to-end unit tests for VGF specific use-cases. |
251+ | ` test_arm_backend.sh test_pytest_ops_vkml ` | Runs operator unit tests for VKML/ VGF specific use-cases. |
252+ | ` test_arm_backend.sh test_pytest_models_vkml ` | Runs model unit tests for VKML/ VGF specific use-cases. |
253+ | ` test_arm_backend.sh test_run_vkml ` | Runs end-to-end unit tests for VKML/ VGF specific use-cases. |
254254| ` test_arm_backend.sh test_model_smollm2_135M ` | Runs some models with Corstone FVP. |
255255| ` test_arm_backend.sh test_ootb_tests_ethos_u ` | Runs out-of-the-box tests for Ethos-U. |
256256| ` test_arm_backend.sh test_ootb_tests_tosa ` | Runs out-of-the-box tests for TOSA. |
257- | ` test_arm_backend.sh test_ootb_tests_vgf ` | Runs out-of-the-box tests for VGF. |
257+ | ` test_arm_backend.sh test_ootb_tests_vgf ` | Runs out-of-the-box tests for VKML/ VGF. |
258258| ` test_arm_backend.sh test_deit_e2e_ethos_u ` | Runs DEiT end-to-end tests on Ethos-U. |
259- | ` test_arm_backend.sh test_smaller_stories_llama ` | Runs E2E model tests on Corstone FVP. |
259+ | ` test_arm_backend.sh test_smaller_stories_llama_tosa ` | Runs Llama model tests for TOSA. |
260+ | ` test_arm_backend.sh test_smaller_stories_llama_vkml ` | Runs Llama model tests for VKML/VGF. |
260261| ` test_arm_backend.sh test_memory_allocation ` | Runs memory allocation tests for Ethos-U specific targets |
261262
262263For more information, please refer to the ` backends/arm/test/test_arm_backend.sh ` script.
0 commit comments