mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-15 00:37:59 -05:00
-- This commit includes two python modules as part of requirements.txt. -- It also updates README.md to also inclue `--no-use_tuned` for users to be able to try `hf_model_id` or `ckpt_loc` without any issue. Signed-off-by: Abhishek Varma <abhishek@nod-labs.com>
In order to launch SHARK-web, from the root SHARK directory, run:
Linux
IMPORTER=1 ./setup_venv.sh
source shark.venv/bin/activate
cd web
python index.py
Windows
./setup_venv.ps1
cd web
python index.py --local_tank_cache=<current_working_dir>