Fix burn-compute cargo build command line in no-std (#1109)

This allows to copy/paste the output of the cargo build command
line.
This commit is contained in:
Sylvain Benner 2024-01-06 13:37:08 -05:00 committed by GitHub
parent 97297538b1
commit 220ce251e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ fn no_std_checks() {
build_and_test_no_std("burn-core", []);
build_and_test_no_std(
"burn-compute",
["--features", "channel-mutex storage-bytes"],
["--features", "channel-mutex,storage-bytes"],
);
build_and_test_no_std("burn-common", []);
build_and_test_no_std("burn-tensor", []);