We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19aec7e commit 0645ecbCopy full SHA for 0645ecb
kernels/src/kernels/init.py
@@ -62,7 +62,7 @@ def run_init(args: Namespace) -> None:
62
print("\nNext steps:")
63
print(f" cd {kernel_name}")
64
print(" cachix use huggingface")
65
- print(" nix run .#build-and-copy -L")
+ print(" nix run -L --max-jobs 1 --cores 8 .#build-and-copy")
66
print(" uv run example.py")
67
68
0 commit comments