ci: temporarily run only gpt2 tests

This commit is contained in:
David Corvoysier 2025-02-21 10:16:47 +00:00
parent a381aed512
commit e8d04ec683

View File

@ -121,7 +121,7 @@ jobs:
export docker_volume="/mnt/cache"
export runs_on="aws-inf2-8xlarge"
export platform="cpu"
export extra_pytest="--neuron"
export extra_pytest="--neuron -k gpt2"
export target=""
;;
esac