From fc68dc430ab05cfbc6625f1f6b727f0c32f7d33c Mon Sep 17 00:00:00 2001 From: xhluca Date: Thu, 13 Jun 2024 18:28:15 -0400 Subject: [PATCH] Fix cuda visible devices --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index ca6c642..c2dc2a5 100644 --- a/examples/README.md +++ b/examples/README.md @@ -28,7 +28,7 @@ First, remotely, run: ```bash # change if needed: -export CUDA_VISIBLE_DEVICES=7 +export CUDA_VISIBLE_DEVICES=0 python -m webllama.experimental.web.server --save_logs ```