@@ -154,6 +154,7 @@ jobs:
154
154
echo "*******************************************"
155
155
echo "::endgroup::"
156
156
157
+
157
158
test-advanced-any :
158
159
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
159
160
secrets : inherit
@@ -173,27 +174,15 @@ jobs:
173
174
export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH
174
175
echo "::endgroup::"
175
176
176
- echo "::group::Create script to run advanced"
177
- python3 scripts/updown.py --file docs/ADVANCED-USERS.md --replace 'llama3:stories15M,-l 3:-l 2,meta-llama/Meta-Llama-3-8B-Instruct:stories15M' --suppress huggingface-cli,HF_TOKEN > ./run-advanced.sh
178
- # for good measure, if something happened to updown processor,
179
- # and it did not error out, fail with an exit 1
180
- echo "exit 1" >> ./run-advanced.sh
181
- echo "::endgroup::"
182
-
183
- echo "::group::Run advanced"
184
- echo "*******************************************"
185
- cat ./run-advanced.sh
186
- echo "*******************************************"
187
- bash -x ./run-advanced.sh
188
- =======
177
+ .ci/scripts/run-docs advanced
189
178
190
179
echo "::group::Completion"
191
180
echo "tests complete"
192
181
echo "*******************************************"
193
- >>>>>>> e3db2486f80b71b3143945a44f58d50c02488c90
194
182
echo "::endgroup::"
195
183
196
- test-gguf-cpu :
184
+
185
+ test-advanced-cpu :
197
186
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
198
187
secrets : inherit
199
188
with :
@@ -212,9 +201,10 @@ jobs:
212
201
export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH
213
202
echo "::endgroup::"
214
203
215
- TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs gguf
204
+ TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced
216
205
217
206
echo "::group::Completion"
218
207
echo "tests complete"
219
208
echo "*******************************************"
220
209
echo "::endgroup::"
210
+
0 commit comments