Stéphane

Results 7 issues of Stéphane

I was wondering to see this project... I was thinking it was running over a webui to push VDM on Qnap NAS (annie is already available in CLI) unfortunately :...

hi thanks for Rathole i would like to compile openssl statically , to bring it on Qnap NAS (openssl 3.1.3 is in another location prefix) tried wtih OPENSSL_STATIC=1 OPENSSL_STATIC=1 OPENSSL_DIR=/opt/Apache83...

enhancement

### Checks - [X] I have searched the existing issue and my feature request does not exist! - [X] I have tried out the latest development build and can confirm...

enhancement

Hi i am trying to cross compil your application to use on a Thecus NAS. I already cross compiled all dependencies in my Prefix directory also modified your Makefile as...

enhancement

Hi I am trying to cross compile it to propose the command on Qnap NAS CXX=${HOST}-g++ LD=${HOST}-ld AS=${HOST}-as AR=${HOST}-ar CC=${HOST}-gcc PKG_CONFIG_PATH="$PREFIX/lib/pkgconfig" CFLAGS="-O2 -fPIC -std=gnu99 -I$PREFIX/include " CXXFLAGS="-O2 -fPIC -I$PREFIX/include" LDFLAGS="-L$PREFIX/lib...

Hi thanks for this project I compiled successfully and all start fine but i ask something in ui i am getting : Could not load the model because TypeError: crypto.randomUUID...

bug

Hi seems you forget flask_babel in requirements.txt ![image](https://github.com/VadimBoev/freegpt-webui-v2/assets/3392684/c8514323-4ab5-4722-b74a-d956bad401f3) fixed with a pip install flask_babel ![image](https://github.com/VadimBoev/freegpt-webui-v2/assets/3392684/ca99320c-920c-4277-b878-1c7492d0d886)