mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-09 22:07:55 -05:00
- fix setup_venv.sh for benchmarks/imports etc. - fix torch benchmarks in SharkBenchmarkRunner - generate SD artifacts using build_tools/stable_diffusion_testing.py and --import_mlir - decouple SD gen from tank/generate_sharktank for now
7 lines
202 B
Bash
7 lines
202 B
Bash
#!/bin/bash
|
|
|
|
IMPORTER=1 BENCHMARK=1 NO_BREVITAS=1 ./setup_venv.sh
|
|
source $GITHUB_WORKSPACE/shark.venv/bin/activate
|
|
python build_tools/stable_diffusion_testing.py --gen
|
|
python tank/generate_sharktank.py
|