Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
c0b9db09
Unverified
Commit
c0b9db09
authored
Dec 04, 2023
by
Arthur
Committed by
GitHub
Dec 04, 2023
Browse files
[`ModelOnTheFlyConversionTester`] Mark as slow for now (#27823)
* mark test as slow for now * style
parent
269078a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/test_modeling_utils.py
tests/test_modeling_utils.py
+1
-0
No files found.
tests/test_modeling_utils.py
View file @
c0b9db09
...
@@ -1167,6 +1167,7 @@ class ModelUtilsTest(TestCasePlus):
...
@@ -1167,6 +1167,7 @@ class ModelUtilsTest(TestCasePlus):
self
.
assertTrue
(
torch
.
equal
(
p1
,
p2
))
self
.
assertTrue
(
torch
.
equal
(
p1
,
p2
))
@
slow
@
require_torch
@
require_torch
class
ModelOnTheFlyConversionTester
(
unittest
.
TestCase
):
class
ModelOnTheFlyConversionTester
(
unittest
.
TestCase
):
@
classmethod
@
classmethod
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment