9 lines
230 B
Bash
9 lines
230 B
Bash
#!/bin/bash
|
|
|
|
export BOKEH_ALLOW_WS_ORIGIN="localhost:7690,172.16.9.208:7690"
|
|
|
|
python -m autorag.cli dashboard \
|
|
--trial_dir ../projects/daesan-dangjin_01/benchmark/1
|
|
|
|
echo "📊 AutoRAG 대시보드 http://localhost:7690/..."
|