There was an error while loading. Please reload this page.
1 parent e46ab2f commit 90c5e2aCopy full SHA for 90c5e2a
1 file changed
tests/ci/L0_Tests_GPU.sh
@@ -13,4 +13,13 @@
13
# limitations under the License.
14
CUDA_VISIBLE_DEVICES="0" coverage run -p --source=emerging_optimizers tests/test_muon_utils.py
15
CUDA_VISIBLE_DEVICES="0" coverage run -p --source=emerging_optimizers tests/test_orthogonalized_optimizer.py
16
+CUDA_VISIBLE_DEVICES="0" coverage run -p --source=emerging_optimizers tests/test_soap_functions.py
17
+CUDA_VISIBLE_DEVICES="0" coverage run -p --source=emerging_optimizers tests/test_soap_utils.py
18
+CUDA_VISIBLE_DEVICES="0" coverage run -p --source=emerging_optimizers tests/soap_smoke_test.py
19
+CUDA_VISIBLE_DEVICES="0" coverage run -p --source=emerging_optimizers tests/soap_mnist_test.py
20
+CUDA_VISIBLE_DEVICES="0" coverage run -p --source=emerging_optimizers tests/test_scalar_optimizers.py
21
+
22
23
24
25
0 commit comments