forked from huggingface/transformers
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorporate comments from PR huggingface#23223
- Loading branch information
1 parent
62c8b16
commit 1b23181
Showing
15 changed files
with
60 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
==================================== ERRORS ==================================== | ||
________ ERROR collecting examples/pytorch/test_accelerate_examples.py _________ | ||
ImportError while importing test module '/Users/leonwu/Documents/ai_cs/transformers/examples/pytorch/test_accelerate_examples.py'. | ||
Hint: make sure your test modules/packages have valid Python names. | ||
Traceback: | ||
/opt/homebrew/Cellar/python@3.10/3.10.11/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__init__.py:126: in import_module | ||
return _bootstrap._gcd_import(name[level:], package, level) | ||
examples/pytorch/test_accelerate_examples.py:27: in <module> | ||
from accelerate.utils import write_basic_config | ||
E ModuleNotFoundError: No module named 'accelerate' | ||
__________ ERROR collecting examples/pytorch/test_pytorch_examples.py __________ | ||
ImportError while importing test module '/Users/leonwu/Documents/ai_cs/transformers/examples/pytorch/test_pytorch_examples.py'. | ||
Hint: make sure your test modules/packages have valid Python names. | ||
Traceback: | ||
/opt/homebrew/Cellar/python@3.10/3.10.11/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__init__.py:126: in import_module | ||
return _bootstrap._gcd_import(name[level:], package, level) | ||
examples/pytorch/test_pytorch_examples.py:70: in <module> | ||
import run_wav2vec2_pretraining_no_trainer | ||
examples/pytorch/speech-pretraining/run_wav2vec2_pretraining_no_trainer.py:27: in <module> | ||
from accelerate import Accelerator | ||
E ModuleNotFoundError: No module named 'accelerate' |
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
======================== 1 warning, 2 errors in 23.43s ========================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
=========================== short test summary info ============================ | ||
ERROR examples/pytorch/test_accelerate_examples.py | ||
ERROR examples/pytorch/test_pytorch_examples.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
=========================== warnings summary (final) =========================== | ||
venv/lib/python3.10/site-packages/_pytest/config/__init__.py:1302 | ||
/Users/leonwu/Documents/ai_cs/transformers/venv/lib/python3.10/site-packages/_pytest/config/__init__.py:1302: PytestConfigWarning: Unknown config option: doctest_glob | ||
|
||
self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") | ||
|
||
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.