general

Why does the test `tests/goldentests.rs` fail when running `cargo test`?

The test fails with an error related to the --device configuration.

ja

jayant pahuja

Asked on Nov 15, 2023

The test tests/goldentests.rs fails because it is currently only validated on the specific configuration --device metal. Changing the configuration to --device cpu results in a different error. This is because the model recommends different outputs based on the configuration change. The team plans to enhance the testing process by employing an independent server in the future.

Nov 15, 2023Edited by