mirror of
https://github.com/wassname/moral-maps.git
synced 2026-09-22 13:20:36 +08:00
Co-Authored-By: PI[openai-codex] <288921227+claudypoo@users.noreply.github.com>
4 lines
121 B
Bash
4 lines
121 B
Bash
#!/bin/sh
|
|
set -eu
|
|
exec uv run --offline --with 'datasets>=4.0,<5' python scripts/wvs_deepseek_reliability_pilot.py --run
|