You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,14 @@ Your file with responses will be saved to `/output`.
78
78
sudo docker run --gpus all -it primeintellect/genesys:latest uv run python src/genesys/generate.py @ configs/debug.toml
79
79
```
80
80
81
+
## prod run
82
+
83
+
```
84
+
export HF_HUB_ETAG_TIMEOUT=500,
85
+
export GCP_CREDENTIALS_BASE64=XXX
86
+
bash ./script/entrypoint.sh
87
+
```
88
+
81
89
## Verification
82
90
83
91
To verify model responses, you can use the `src/genesys/verify.py` script along with the output file from `src/genesys/generate.py` located in `output`.
0 commit comments