File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- # Copyright 2025 Arm Limited and/or its affiliates.
2+ # Copyright 2025-2026 Arm Limited and/or its affiliates.
33#
44# This source code is licensed under the BSD-style license found in the
55# LICENSE file in the root directory of this source tree.
88pip install -r backends/arm/requirements-arm-models-test.txt
99
1010# Install model gym repository
11- git clone https://github.com/arm/neural-graphics-model-gym.git
11+ MODEL_GYM_REF=" ${MODEL_GYM_REF:- v0.3.0} "
12+ git clone --depth 1 --branch " $MODEL_GYM_REF " https://github.com/arm/neural-graphics-model-gym.git
1213cd neural-graphics-model-gym
1314# Remove model-converter installation from model-gym repository (to prevent overwriting executorch version)
1415if [[ " $( uname) " == " Darwin" ]]; then
1819fi
1920pip install . --no-deps
2021cd ..
21- rm -rf neural-graphics-model-gym
22+ rm -rf neural-graphics-model-gym
You can’t perform that action at this time.
0 commit comments