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 3fe2428 commit 4a390c9Copy full SHA for 4a390c9
tests/tests_pytorch/deprecated_api/test_remove_1-9.py
@@ -201,7 +201,7 @@ def test_pytorch_profiler_register_record_function_deprecation_warning():
201
def test_gpu_accelerator_deprecation_warning():
202
with pytest.deprecated_call(
203
match=(
204
- "The GPUAccelerator has been renamed to CUDAAccelerator and will be removed in v1.9"
+ "The GPUAccelerator has been renamed to CUDAAccelerator and will be removed in v1.9."
205
+ " Please use the CUDAAccelerator instead!"
206
)
207
):
0 commit comments