diff options
author | AlisaLinUwU <alisalinuwu@gmail.com> | 2025-01-26 11:44:59 +0500 |
---|---|---|
committer | AlisaLinUwU <alisalinuwu@gmail.com> | 2025-01-26 11:44:59 +0500 |
commit | 7b8c476700f995c81a43ec46a14efdb42ea11b32 (patch) | |
tree | 3667f55209aa0dc50b46342b336f71ddc7aac883 /Install Windows.cmd |
Initializemain
Diffstat (limited to 'Install Windows.cmd')
-rw-r--r-- | Install Windows.cmd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Install Windows.cmd b/Install Windows.cmd new file mode 100644 index 0000000..f5f7506 --- /dev/null +++ b/Install Windows.cmd @@ -0,0 +1,7 @@ +@REM Requirements before running this file: +@REM - Install Java 23+ +@REM - Install Python and pip +@REM - Install Rustup (for Cargo) + +pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu +pip install surya-ocr |