If you're using cs470 team server, check this. You don't need anything below.
curl https://sh.rustup.rs -sSf | sh
If you don't have curl,
sudo apt install curl
Install 12.1 or 12.4 from NVIDIA official website.
Install from official website. Scroll down and select Stable > Linux > LibTorch > C++/Java. Select CUDA version that you installed and install libtorch.
cargo build --release
cargo run --release --bin cs470 -- --help
You can find input prompts here.
cargo run --release --bin cs470-batch -- --help
You can find batch test scenarios is here:
88 commits
Rust
97.5%
Python
2.5%
If you're using cs470 team server, check this. You don't need anything below.
curl https://sh.rustup.rs -sSf | sh
If you don't have curl,
sudo apt install curl
Install 12.1 or 12.4 from NVIDIA official website.
Install from official website. Scroll down and select Stable > Linux > LibTorch > C++/Java. Select CUDA version that you installed and install libtorch.
cargo build --release
cargo run --release --bin cs470 -- --help
You can find input prompts here.
cargo run --release --bin cs470-batch -- --help
You can find batch test scenarios is here:
88 commits
Rust
97.5%
Python
2.5%