"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "dd9d483d03962fea127f59661f3ae6156e7a91d2"
Unverified Commit ddd40b32 authored by Sam Shleifer's avatar Sam Shleifer Committed by GitHub
Browse files

[CI] self-scheduled runner tests examples/ (#5927)

parent 9dab39fe
......@@ -47,3 +47,12 @@ jobs:
run: |
source .env/bin/activate
python -m pytest -n 1 --dist=loadfile -s ./tests/
- name: Run examples tests on GPU
env:
TF_FORCE_GPU_ALLOW_GROWTH: "true"
OMP_NUM_THREADS: 1
RUN_SLOW: yes
USE_CUDA: yes
run: |
source .env/bin/activate
python -m pytest -n 1 --dist=loadfile -s examples
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment