Files
containers/.vib/jax/goss/jax.yaml
Carlos Rodríguez Hernández 775d7a7e0e Quote everything inside stdout/contents except regexp (#51956)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2023-10-18 16:38:08 +02:00

16 lines
377 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
user:
jax:
exists: true
uid: 1001
gid: 0
command:
run-jax:
exec: python -c 'import jax.numpy as jnp; from jax import grad, jit, vmap; from jax import random; key = random.PRNGKey(0); x = random.normal(key, (10,)); print(x)'
timeout: 8000
exit-status: 0
stdout:
- "0.3721109"