-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to make this build and work on windows. #21
base: main
Are you sure you want to change the base?
Conversation
Windows batch script for downloading checkpoints
scripts/download_checkpoints.bat
Outdated
@@ -0,0 +1,2 @@ | |||
mkdir ..\checkpoints |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a carriage return at the end of line 2 to avoid the ⛔ from the GitHub editor.
Co-authored-by: avayvodus <[email protected]>
Windows 10 (check if bash or wsl not working) try if not working: if you run wsl --install from cmd and see the WSL help text, please try running wsl --list --online to see a list of available distros and run wsl --install -d to install a distro. To uninstall WSL, see Uninstall legacy version of WSL or unregister or uninstall a Linux distribution. after installation the echo should work. |
You do not need WSL to run this on windows. |
Changed environment.yaml to use a compatible transformers version.
Made a batch script to download the checkpoint on Windows. Note this will only work on Windows 10 or higher.