Commit c0d21bf
authored
Remove comments re: pytorch for outlines + compressed-tensors dependencies (#68)
I already tried to fix this using #66
but upstream didn't like that change (the behaviour to filter out
comments containing torch was intentional). After [some
discussion](vllm-project/vllm#12255), we agreed
on a different solution implemented in this PR. Note that I reverted the
changes from #66 by force pushing main.
Note this has already been merged upstream by
vllm-project/vllm#12260 but I'm cherry-picking
the fix here since it is blocking the CI builds.2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
0 commit comments