We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25be2f1 commit af17696Copy full SHA for af17696
README.md
@@ -42,8 +42,6 @@ Tensor Fusion is a state-of-the-art **GPU virtualization and pooling solution**
42
43
<!-- (TODO: Asciinema) -->
44
45
-<!-- ### Playground
46
-
47
### 💬 Discussion
48
49
- Discord channel: [https://discord.gg/2bybv9yQNk](https://discord.gg/2bybv9yQNk)
scripts/patch-scheduler.sh
@@ -9,5 +9,5 @@ git apply ./patches/scheduler-pdb-1.patch
9
# diff -u original_file.go modified_file.go > changes.patch
10
git apply ./patches/scheduler-pdb-2.patch
11
12
-# change findNodesThatFitPod to public method for scheduler simulation
+# change `findNodesThatFitPod` to public method for scheduler simulation
13
git apply ./patches/scheduler-sched-one.patch
0 commit comments