mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Initial commit
This commit is contained in:
5
hf3fs_utils/hf3fs_cli
Normal file
5
hf3fs_utils/hf3fs_cli
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from hf3fs_utils import cli
|
||||
|
||||
if __name__ == "__main__":
|
||||
cli.cli(max_content_width=120)
|
||||
Reference in New Issue
Block a user