This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Commit 2766a95
Comment out README tests that were giving false signals (#1476)
* Update run-readme-pr-macos.yml
source test commands instead of executing them.
(Possible fix for #1315 )
* Update run-docs
source instead of exec
* Update README.md
somebody pushed all the model exports into exportedModels, but... we never create the directory.
we should do that also do this in the user instructions, just because storing into a directory that doesn't exist is not good :)
* Update multimodal.md
multimodal doc needed end of tests comment.
* Update ADVANCED-USERS.md
Need to download files before using them, lol. We expect the users to do this, but we should verbalize. Plus, if we extract for testing, then it obviously fails.
* Update native-execution.md
( triggers unexpected token in macos zsh
* Update run-readme-pr-macos.yml
# metadata does not install properly on macos
# .ci/scripts/run-docs multimodal
* Update run-readme-pr-mps.yml
# metadata does not install properly on macos
# .ci/scripts/run-docs multimodal
* Update ADVANCED-USERS.md
install wget
* Update run-readme-pr-macos.yml
echo ".ci/scripts/run-docs native DISABLED"
# .ci/scripts/run-docs native
* Update run-readme-pr-mps.yml
echo ".ci/scripts/run-docs native DISABLED"
# .ci/scripts/run-docs native
* Update run-docs
switch to gs=32 quantization
(requires consolidated run-docs of #1439)
* Create cuda-32.json
add gs=32 cuda quantization for use w/ stories15M
* Create mobile-32.json
add gs=32 for stories15M
* Update run-readme-pr.yml
Comment out tests that currently fail, as per summary in PR comments
* Update install_requirements.sh
Dump location of executable to understand these errors:
https://hud.pytorch.org/pr/pytorch/torchchat/1476#36452260294
2025-01-31T00:18:57.1405698Z + pip3 install -r install/requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cpu
2025-01-31T00:18:57.1406689Z ./install/install_requirements.sh: line 101: pip3: command not found
* Update install_requirements.sh
dump candidate locations for pip
* Update README.md
Some of the updown commands were getting rendered. Not sure why/when that happens?
* Update run-docs
readme switched from llama3 to llama3.1, so replace llama3.1 with stories15M
* Update run-readme-pr-macos.yml
remove failing gguf test
* Update run-readme-pr-mps.yml
Remove failing gguf test
* Update run-readme-pr.yml
Can we mix `steps:` with `script: |` in git workflows?
Testing 123 testing!
* Update run-docs
remove quotes around replace as the nested quotes are not interpreted by the shall but seem to be passed to updown.py.
We don't have spaces in replace, so no need for escapes.
* Update run-readme-pr.yml
1 - Remove steps experiment.
2 - add at-get install pip3
Maybe releng needs to look at what's happening with pip?
* Update run-docs
remove quotes that mess up parameter identification.
* Update run-readme-pr.yml
try to install pip & pip3
* Update run-readme-pr.yml
debug
which pip || true
which pip3 || true
which conda || true
* Update run-readme-pr-macos.yml
* Update run-readme-pr-linuxaarch64.yml
debug info
```
which pip || true
which pip3 || true
which conda || true
```
* Update quantization.md
use group size 32 which works on all models
* Update run-readme-pr.yml
Cleanup, comment non-working tests
* Update run-readme-pr-macos.yml
Uncomment test code requiring unavailable pip3
* Update run-readme-pr-mps.yml
comment non-working tests
* Update run-readme-pr-linuxaarch64.yml
comment out test code requiring pip3
* Update run-docs
Avoid nested quotes
* Update run-readme-pr.yml
Enable distributed test
* Update install_requirements.sh
Remove extraneous debug messages from install_requirements.sh
* Update install_requirements.sh
remove debug
* Update run-readme-pr.yml
Comment out failing quantization-any (glibc version issue) and distributed (nccl usage)
* Update run-readme-pr.yml
Disable remaining tests
* Update run-readme-pr.yml
enable readme
* Update run-readme-pr.yml
remove run of readme
---------
Co-authored-by: Jack-Khuu <[email protected]>1 parent 201411c commit 2766a95
File tree
10 files changed
+138
-64
lines changed- .ci/scripts
- .github/workflows
- docs
10 files changed
+138
-64
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
41 | | - | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
66 | | - | |
| 69 | + | |
| 70 | + | |
67 | 71 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | | - | |
48 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
49 | 56 | | |
50 | 57 | | |
51 | 58 | | |
| |||
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
65 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
66 | 77 | | |
67 | 78 | | |
68 | 79 | | |
| |||
84 | 95 | | |
85 | 96 | | |
86 | 97 | | |
87 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
88 | 103 | | |
89 | 104 | | |
90 | 105 | | |
| |||
106 | 121 | | |
107 | 122 | | |
108 | 123 | | |
109 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
110 | 129 | | |
111 | 130 | | |
112 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | | - | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
73 | | - | |
74 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
| |||
106 | 112 | | |
107 | 113 | | |
108 | 114 | | |
109 | | - | |
| 115 | + | |
| 116 | + | |
110 | 117 | | |
111 | 118 | | |
112 | 119 | | |
| |||
141 | 148 | | |
142 | 149 | | |
143 | 150 | | |
144 | | - | |
| 151 | + | |
| 152 | + | |
145 | 153 | | |
146 | 154 | | |
147 | 155 | | |
| |||
175 | 183 | | |
176 | 184 | | |
177 | 185 | | |
178 | | - | |
| 186 | + | |
179 | 187 | | |
180 | 188 | | |
181 | 189 | | |
| |||
209 | 217 | | |
210 | 218 | | |
211 | 219 | | |
212 | | - | |
| 220 | + | |
| 221 | + | |
213 | 222 | | |
214 | 223 | | |
215 | 224 | | |
| |||
243 | 252 | | |
244 | 253 | | |
245 | 254 | | |
246 | | - | |
| 255 | + | |
| 256 | + | |
247 | 257 | | |
248 | 258 | | |
249 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
192 | | - | |
| 193 | + | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
| |||
0 commit comments