Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Meatfucker
Copy link

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.

Windows batch script for downloading checkpoints
@@ -0,0 +1,2 @@
mkdir ..\checkpoints
Copy link
Contributor

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.

@webdevserv
Copy link

Windows 10 (check if bash or wsl not working)

try
wsl bash -c "echo hi from simple script"

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.

@Meatfucker
Copy link
Author

Windows 10 (check if bash or wsl not working)

try wsl bash -c "echo hi from simple script"

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants