Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 0710c6e

Browse files
committed
Added sync for nvidia backend (#84)
1 parent 0f01f6b commit 0710c6e

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.analysis.typeCheckingMode": "basic"
3+
}
8 KB
Binary file not shown.
8 KB
Binary file not shown.

dl_bench/results.db

8 KB
Binary file not shown.

scripts/margin_setup.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
2+
sh -y ./Miniconda3-latest-Linux-x86_64.sh
3+
4+
# get github repo
5+
conda install gh -c conda-forge --solver libmamba

0 commit comments

Comments
 (0)