Skip to content

Commit 336f617

Browse files
committed
branch
1 parent c3df2c8 commit 336f617

3 files changed

Lines changed: 16 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
cust = { git = "https://github.com/Rust-GPU/Rust-CUDA.git" }
87
hex = "0.4.3"
98
rand = "0.8"
109

10+
# christan's branch
11+
cust = { git = "https://github.com/LegNeato/Rust-CUDA.git", rev = "5f81c65950166abd48cd3b94b01564538a281008" }
12+
13+
# normal
14+
#cust = { git = "https://github.com/Rust-GPU/Rust-CUDA.git" }
15+
1116
[build-dependencies]
1217
# christian's branch
1318
cuda_builder = { git = "https://github.com/LegNeato/Rust-CUDA.git", rev = "5f81c65950166abd48cd3b94b01564538a281008" }

scripts/vast.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#!/bin/bash
22

3-
PORT=13360
4-
HOST=ssh4.vast.ai
3+
PORT=29756
4+
HOST=ssh3.vast.ai
55
USER=root
66

7-
ssh -p $PORT $USER@$HOST
8-
97
# generate key
108
ssh -o StrictHostKeyChecking=no -p $PORT $USER@$HOST <<'EOF'
119
if [[ ! -f ~/.ssh/id_rsa ]]

0 commit comments

Comments
 (0)