ikergarcia1996 / Easy-Translate

Easy-Translate is a script for translating large text files with a SINGLE COMMAND. Easy-Translate is designed to be as easy as possible for beginners and as seamlesscustomizable and as possible for advanced users.
Apache License 2.0
189 stars 307 forks source link

How to install locally on windows? #9

Open gitihobo opened 1 year ago

gitihobo commented 1 year ago

I would love to use this as a gui on windows

ikergarcia1996 commented 1 year ago

Hi @gitihobo!

You can install it the same way as you would on Linux.

First, you need to install PyTorch: https://pytorch.org/get-started/locally/

Then, install the required packages with:

pip install accelerate transformers peft
gitihobo commented 1 year ago

but will this github install the gui like huggingface? or should I git clone the huggingface?