File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
- version = 0.6.0
2
+ version = 0.6.1
3
3
description = Integrating LLMs into structured NLP pipelines
4
4
author = Explosion
5
5
Original file line number Diff line number Diff line change 37
37
"""
38
38
39
39
40
- # @pytest.mark.skip(reason="CI runner needs more GPU memory")
40
+ @pytest .mark .skip (reason = "CI runner needs more GPU memory" )
41
41
@pytest .mark .gpu
42
42
@pytest .mark .skipif (not has_torch_cuda_gpu , reason = "needs GPU & CUDA" )
43
43
def test_init ():
@@ -52,7 +52,7 @@ def test_init():
52
52
)
53
53
54
54
55
- # @pytest.mark.skip(reason="CI runner needs more GPU memory")
55
+ @pytest .mark .skip (reason = "CI runner needs more GPU memory" )
56
56
@pytest .mark .gpu
57
57
@pytest .mark .skipif (not has_torch_cuda_gpu , reason = "needs GPU & CUDA" )
58
58
def test_init_from_config ():
@@ -62,7 +62,7 @@ def test_init_from_config():
62
62
torch .cuda .empty_cache ()
63
63
64
64
65
- # @pytest.mark.skip(reason="CI runner needs more GPU memory")
65
+ @pytest .mark .skip (reason = "CI runner needs more GPU memory" )
66
66
@pytest .mark .gpu
67
67
@pytest .mark .skipif (not has_torch_cuda_gpu , reason = "needs GPU & CUDA" )
68
68
def test_invalid_model ():
You can’t perform that action at this time.
0 commit comments