Examples reorg (#11350)
* Base move * Examples reorganization * Update references * Put back test data * Move conftest * More fixes * Move test data to test fixtures * Update path * Apply suggestions from code review Co-authored-by: Lysandre Debut <lysandre@huggingface.co> * Address review comments and clean Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
This commit is contained in:
@@ -43,7 +43,7 @@ class MultiNodeTest(unittest.TestCase):
|
||||
def setUp(self):
|
||||
if self.framework == "pytorch":
|
||||
subprocess.run(
|
||||
f"cp ./examples/text-classification/run_glue.py {self.env.test_path}/run_glue.py".split(),
|
||||
f"cp ./examples/pytorch/text-classification/run_glue.py {self.env.test_path}/run_glue.py".split(),
|
||||
encoding="utf-8",
|
||||
check=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user