We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf84909 commit 4502a3cCopy full SHA for 4502a3c
1 file changed
tests/test_utils/runners/setup_unit_test_env.sh
@@ -99,11 +99,17 @@ setup_metax_unit_env() {
99
git clone --depth 1 https://github.com/flagos-ai/TransformerEngine-FL.git
100
cd TransformerEngine-FL
101
TE_FL_SKIP_CUDA=1 pip install . --no-build-isolation
102
+
103
+ apt-get update
104
+ apt-get install -y curl
105
}
106
107
setup_ascend_unit_env() {
108
pip install datasets==4.5.0 omegaconf==2.3.0 diffusers==0.36.0 hydra-core==1.3.2
109
echo "Ascend CI image is expected to provide platform runtime dependencies"
110
111
112
113
114
115
echo "Preparing unit test environment"
0 commit comments