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

linux release ? #5

Open
mazerty opened this issue Jan 11, 2021 · 5 comments
Open

linux release ? #5

mazerty opened this issue Jan 11, 2021 · 5 comments

Comments

@mazerty
Copy link

mazerty commented Jan 11, 2021

hello !
impressive work ! are you planning a linux release anytime soon ?

@testman42
Copy link

I'm interested as well

@DanRuta
Copy link
Owner

DanRuta commented Jan 13, 2021

There is a linux building script in package.json (so it can be built for linux by running npm run package-linux) which in theory works, but I have not tested it as I am running Windows.

@chriku
Copy link

chriku commented Mar 1, 2021

Got the development version running under debian testing after having to change multiple stuff:

Server: I don't use virtualenv (I hate the python ecosystem sooo much), so it was python 3.9.
After installing python3-torch python3-numba python3-llvmlite python3-scipy through apt and crossing them out of requirements.txt, pip install -r requirements.txt and python3 server.py got the server starting.

Frontend: Elevtron 2.0.0 is crashing horribly. changing it to 4.0.0 let the app compile and npm start opens a window.

Both seem to work on a quick try, but I can't guarantee that I listed all steps.

EDIT: npm run package-linux does not work for me

@MudcrabDev
Copy link

I ran into errors while trying to compile it on Linux using the package.json build script, but I've gotten the CPU version running in a Windows 7 VirtualBox VM. It runs well and without problems as far as I can tell.

@Pendrokar
Copy link
Contributor

Ran on Linux through HuggingFace Space:
https://huggingface.co/spaces/Pendrokar/xVASynth/tree/main

Repo clone: https://github.com/Pendrokar/xVA-Synth-HFSpace

CPU requirements only though.

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

No branches or pull requests

6 participants