mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-17 03:28:22 +06:00
Fix quality
This commit is contained in:
parent
f02e3a2b18
commit
057e1d7473
@ -16,8 +16,10 @@
|
|||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import shlex
|
import shlex
|
||||||
|
|
||||||
import runhouse as rh
|
import runhouse as rh
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# Refer to https://runhouse-docs.readthedocs-hosted.com/en/main/rh_primitives/cluster.html#hardware-setup for cloud access
|
# Refer to https://runhouse-docs.readthedocs-hosted.com/en/main/rh_primitives/cluster.html#hardware-setup for cloud access
|
||||||
# setup instructions, if using on-demand hardware
|
# setup instructions, if using on-demand hardware
|
||||||
|
Loading…
Reference in New Issue
Block a user