Skip to content

Commit e2118c9

Browse files
authored
Update README.md
1 parent 0a7ae04 commit e2118c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ If you have never deployed an Outerbounds project, please read [the documentatio
1414

1515
From your laptop or Outerbounds workstation run:
1616
```bash
17-
uv sync
17+
uv init
18+
uv add outerbounds optuna numpy pandas "psycopg[binary]>=3.2.0" scikit-learn torch torchvision
1819
```
1920

2021
Configure Outerbounds token. Ask in Slack if not sure.
@@ -139,4 +140,4 @@ python hpo_client.py -m 1 -r TreeModelHpoFlow/argo-hposystem.prod.treemodelhpofl
139140
```
140141

141142
## TODO
142-
- Benchmark gRPC vs. pure RDB scaling thresholds. When is it worth it to do gRPC? How hard is that to implement? How do costs scale in each mode?
143+
- Benchmark gRPC vs. pure RDB scaling thresholds. When is it worth it to do gRPC? How hard is that to implement? How do costs scale in each mode?

0 commit comments

Comments
 (0)