File size: 154 Bytes
9c9ee7b | 1 2 3 4 | #!/usr/bin/env bash
set -euo pipefail
python hf_space_bridge.py upload-runs --repo-id ASTERIZER/tokeniser --repo-type space --path-in-repo artifacts/runs
|
9c9ee7b | 1 2 3 4 | #!/usr/bin/env bash
set -euo pipefail
python hf_space_bridge.py upload-runs --repo-id ASTERIZER/tokeniser --repo-type space --path-in-repo artifacts/runs
|