Skip to content

Commit 983a3ac

Browse files
authored
update prod launch
1 parent cc62a8a commit 983a3ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ Your file with responses will be saved to `/output`.
7878
sudo docker run --gpus all -it primeintellect/genesys:latest uv run python src/genesys/generate.py @ configs/debug.toml
7979
```
8080

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+
8189
## Verification
8290

8391
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

Comments
 (0)