Instructions to use nvidia/Cosmos3-Edge-Policy-DROID with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Cosmos
How to use nvidia/Cosmos3-Edge-Policy-DROID with Cosmos:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
#12
by ychao-nvidia - opened
README.md
CHANGED
|
@@ -372,6 +372,7 @@ Build the Docker image:
|
|
| 372 |
|
| 373 |
```bash
|
| 374 |
docker build \
|
|
|
|
| 375 |
-t cosmos-framework:latest \
|
| 376 |
.
|
| 377 |
```
|
|
@@ -395,7 +396,7 @@ docker run \
|
|
| 395 |
bash -c '\
|
| 396 |
uv sync \
|
| 397 |
--all-extras \
|
| 398 |
-
--group=cu130-train \
|
| 399 |
--group=policy-server && \
|
| 400 |
exec bash; \
|
| 401 |
'
|
|
|
|
| 372 |
|
| 373 |
```bash
|
| 374 |
docker build \
|
| 375 |
+
--build-arg INSTALL_APEX=0 \
|
| 376 |
-t cosmos-framework:latest \
|
| 377 |
.
|
| 378 |
```
|
|
|
|
| 396 |
bash -c '\
|
| 397 |
uv sync \
|
| 398 |
--all-extras \
|
| 399 |
+
--group=cu130-torch213-train \
|
| 400 |
--group=policy-server && \
|
| 401 |
exec bash; \
|
| 402 |
'
|