mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-02-19 11:56:43 -05:00
1. Update the models to 8 dec. 2. precision is default to `fp16` in CLI. 3. version is default to `v2.1base` in CLI as well as web. 4. The default scheduler is set to `EulerDiscrete` now. Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com> Signed-off-by: Gaurav Shukla <gaurav@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>