mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 08:17:45 +01:00
fix test user
This commit is contained in:
@@ -275,7 +275,7 @@ class HFUtilTest(unittest.TestCase):
|
||||
context=self.pipeline_qa_context)
|
||||
|
||||
# save_pretrained
|
||||
repo_id = 'damotestx/tst_push5'
|
||||
repo_id = self.create_model_name
|
||||
save_dir = './tmp_test_hf_pipeline'
|
||||
try:
|
||||
os.system(f'rm -rf {save_dir}')
|
||||
|
||||
Reference in New Issue
Block a user