mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Disable GPU CI tests (#8143)
This commit is contained in:
parent
1d59fdbd39
commit
4e69fcaa50
|
@ -82,18 +82,18 @@ jobs:
|
||||||
python_version: '$(python.version)'
|
python_version: '$(python.version)'
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
|
|
||||||
- job: "TestGPU"
|
# - job: "TestGPU"
|
||||||
dependsOn: "Validate"
|
# dependsOn: "Validate"
|
||||||
strategy:
|
# strategy:
|
||||||
matrix:
|
# matrix:
|
||||||
Python38LinuxX64_GPU:
|
# Python38LinuxX64_GPU:
|
||||||
python.version: '3.8'
|
# python.version: '3.8'
|
||||||
pool:
|
# pool:
|
||||||
name: "LinuxX64_GPU"
|
# name: "LinuxX64_GPU"
|
||||||
steps:
|
# steps:
|
||||||
- template: .github/azure-steps.yml
|
# - template: .github/azure-steps.yml
|
||||||
parameters:
|
# parameters:
|
||||||
python_version: '$(python.version)'
|
# python_version: '$(python.version)'
|
||||||
architecture: 'x64'
|
# architecture: 'x64'
|
||||||
gpu: true
|
# gpu: true
|
||||||
num_build_jobs: 24
|
# num_build_jobs: 24
|
||||||
|
|
Loading…
Reference in New Issue
Block a user