Commit ·
908fd92
1
Parent(s): 779353a
Update README and Space URL to org namespace
Browse files
README.md
CHANGED
|
@@ -142,7 +142,7 @@ from client import CascadeContainmentEnv
|
|
| 142 |
from models import ContainmentAction
|
| 143 |
|
| 144 |
with CascadeContainmentEnv(
|
| 145 |
-
base_url="https://
|
| 146 |
).sync() as env:
|
| 147 |
# Run easy task
|
| 148 |
obs = env.reset(task_name="easy")
|
|
@@ -163,7 +163,7 @@ with CascadeContainmentEnv(
|
|
| 163 |
export API_BASE_URL="https://router.huggingface.co/v1"
|
| 164 |
export MODEL_NAME="meta-llama/Llama-3.1-8B-Instruct"
|
| 165 |
export HF_TOKEN="your_hf_token"
|
| 166 |
-
export ENV_BASE_URL="https://
|
| 167 |
|
| 168 |
# Run inference
|
| 169 |
python inference.py
|
|
|
|
| 142 |
from models import ContainmentAction
|
| 143 |
|
| 144 |
with CascadeContainmentEnv(
|
| 145 |
+
base_url="https://therubberduckdebuggers-cascade-containment.hf.space"
|
| 146 |
).sync() as env:
|
| 147 |
# Run easy task
|
| 148 |
obs = env.reset(task_name="easy")
|
|
|
|
| 163 |
export API_BASE_URL="https://router.huggingface.co/v1"
|
| 164 |
export MODEL_NAME="meta-llama/Llama-3.1-8B-Instruct"
|
| 165 |
export HF_TOKEN="your_hf_token"
|
| 166 |
+
export ENV_BASE_URL="https://therubberduckdebuggers-cascade-containment.hf.space"
|
| 167 |
|
| 168 |
# Run inference
|
| 169 |
python inference.py
|