Skip to content

Commit af17696

Browse files
authored
fix: typo (#378)
1 parent 25be2f1 commit af17696

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ Tensor Fusion is a state-of-the-art **GPU virtualization and pooling solution**
4242

4343
<!-- (TODO: Asciinema) -->
4444

45-
<!-- ### Playground
46-
4745
### 💬 Discussion
4846

4947
- Discord channel: [https://discord.gg/2bybv9yQNk](https://discord.gg/2bybv9yQNk)

scripts/patch-scheduler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ git apply ./patches/scheduler-pdb-1.patch
99
# diff -u original_file.go modified_file.go > changes.patch
1010
git apply ./patches/scheduler-pdb-2.patch
1111

12-
# change findNodesThatFitPod to public method for scheduler simulation
12+
# change `findNodesThatFitPod` to public method for scheduler simulation
1313
git apply ./patches/scheduler-sched-one.patch

0 commit comments

Comments
 (0)