We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6839806 commit b2daecbCopy full SHA for b2daecb
copier.yaml
@@ -255,7 +255,7 @@ _tasks:
255
## Jax-related dependencies:
256
- command: uv remove rejax gymnax gymnasium xtils --no-sync
257
when: "{{ run_setup and 'jax_ppo' not in examples_to_include }}"
258
- - command: uv remove jax jaxlib torch-jax-interop --no-sync
+ - command: uv remove jax torch-jax-interop --no-sync
259
when: "{{ run_setup and 'jax_ppo' not in examples_to_include and 'jax_image_classifier' not in examples_to_include }}"
260
261
## Huggingface-related dependencies:
0 commit comments