mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
1. Add schedulers option in web UI. 2. Remove random seed checkbox as the same functionality can be achieved by passing -1(or any negative number) to the seed. Signed-Off-by: Gaurav Shukla Signed-off-by: Gaurav Shukla
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>