how to run refact/self_hosting_machinery/finetune/scripts /process_uploaded_files.py to split my code #446
Unanswered
deepforest7
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi, it's a modification of github linguist, you can find it under our company, and also in CONTRIBUTING.md I think should be a direct link. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
EXE = os.path.expanduser("~/code/linguist/bin/smc-linguist")
if not os.path.exists(EXE):
EXE = "smc-linguist" # Rely on PATH
CWD = os.getcwd()
what is smc linguist how to install?
Beta Was this translation helpful? Give feedback.
All reactions