Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ nvidia/Alpamayo-R1-10B 4bit Model.
|
|
| 8 |
|
| 9 |
model download ./Alpamayo-R1-10B-4bit
|
| 10 |
GPU 12G Memory Run abble, num_frames is 1 ~ 8, over OOM
|
| 11 |
-
|
| 12 |
-------------------------
|
| 13 |
import torch
|
| 14 |
import numpy as np
|
|
@@ -84,4 +84,11 @@ print(
|
|
| 84 |
"Note: VLA-reasoning models produce nondeterministic outputs due to trajectory sampling, "
|
| 85 |
"hardware differences, etc. With num_traj_samples=1 (set for GPU memory compatibility), "
|
| 86 |
"variance in minADE is expected. For visual sanity checks, see notebooks/inference.ipynb"
|
| 87 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
model download ./Alpamayo-R1-10B-4bit
|
| 10 |
GPU 12G Memory Run abble, num_frames is 1 ~ 8, over OOM
|
| 11 |
+
Transformers <5.0.0
|
| 12 |
-------------------------
|
| 13 |
import torch
|
| 14 |
import numpy as np
|
|
|
|
| 84 |
"Note: VLA-reasoning models produce nondeterministic outputs due to trajectory sampling, "
|
| 85 |
"hardware differences, etc. With num_traj_samples=1 (set for GPU memory compatibility), "
|
| 86 |
"variance in minADE is expected. For visual sanity checks, see notebooks/inference.ipynb"
|
| 87 |
+
)
|
| 88 |
+
|
| 89 |
+
--------------------
|
| 90 |
+
Result:
|
| 91 |
+
Chain-of-Causation (per trajectory):
|
| 92 |
+
[['Nudge to the left to pass the stopped truck encroaching into the lane.']]
|
| 93 |
+
minADE: 1.7749525 meters
|
| 94 |
+
Note: VLA-reasoning models produce nondeterministic outputs due to trajectory sampling, hardware differences, etc. With num_traj_samples=1 (set for GPU memory compatibility), variance in minADE is expected. For visual sanity checks, see notebooks/inference.ipynb
|