mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-15 19:30:36 +08:00
@@ -20,7 +20,7 @@ KEYWORDS = ("Copyright", "2025", "LlamaFactory")
|
||||
|
||||
|
||||
def main():
|
||||
path_list = []
|
||||
path_list: list[Path] = []
|
||||
for check_dir in sys.argv[1:]:
|
||||
path_list.extend(Path(check_dir).glob("**/*.py"))
|
||||
|
||||
|
||||
1
tests/version.txt
Normal file
1
tests/version.txt
Normal file
@@ -0,0 +1 @@
|
||||
0.9.3.100
|
||||
Reference in New Issue
Block a user