File tree Expand file tree Collapse file tree 15 files changed +20
-18
lines changed
tasks/visual-document-retrieval Expand file tree Collapse file tree 15 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 55
55
- run : pnpm --filter agents... build && pnpm publish --no-git-checks .
56
56
env :
57
57
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
58
- - run : git pull --rebase && git push --follow-tags
58
+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
59
59
# hack - reuse actions/setup-node@v3 just to set a new registry
60
60
- uses : actions/setup-node@v3
61
61
with :
Original file line number Diff line number Diff line change 53
53
- run : pnpm publish --no-git-checks .
54
54
env :
55
55
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
56
- - run : git pull --rebase && git push --follow-tags
56
+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
57
57
# hack - reuse actions/setup-node@v3 just to set a new registry
58
58
- uses : actions/setup-node@v3
59
59
with :
Original file line number Diff line number Diff line change 56
56
- run : pnpm publish --no-git-checks .
57
57
env :
58
58
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
59
- - run : git pull --rebase && git push --follow-tags
59
+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
60
60
# hack - reuse actions/setup-node@v3 just to set a new registry
61
61
- uses : actions/setup-node@v3
62
62
with :
Original file line number Diff line number Diff line change 56
56
- run : pnpm publish --no-git-checks .
57
57
env :
58
58
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
59
- - run : git pull --rebase && git push --follow-tags
59
+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
60
60
# hack - reuse actions/setup-node@v3 just to set a new registry
61
61
- uses : actions/setup-node@v3
62
62
with :
Original file line number Diff line number Diff line change 59
59
- run : pnpm publish --no-git-checks .
60
60
env :
61
61
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
62
- - run : git pull --rebase && git push --follow-tags
62
+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
63
63
# hack - reuse actions/setup-node@v3 just to set a new registry
64
64
- uses : actions/setup-node@v3
65
65
with :
Original file line number Diff line number Diff line change 59
59
- run : pnpm publish --no-git-checks .
60
60
env :
61
61
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
62
- - run : git pull --rebase && git push --follow-tags
62
+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
63
63
# hack - reuse actions/setup-node@v3 just to set a new registry
64
64
- uses : actions/setup-node@v3
65
65
with :
Original file line number Diff line number Diff line change 52
52
- run : pnpm publish --no-git-checks .
53
53
env :
54
54
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
55
- - run : git pull --rebase && git push --follow-tags
55
+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
56
56
# hack - reuse actions/setup-node@v3 just to set a new registry
57
57
- uses : actions/setup-node@v3
58
58
with :
Original file line number Diff line number Diff line change 52
52
- run : pnpm publish --no-git-checks .
53
53
env :
54
54
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
55
- - run : git pull --rebase && git push --follow-tags
55
+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
56
56
# hack - reuse actions/setup-node@v3 just to set a new registry
57
57
- uses : actions/setup-node@v3
58
58
with :
Original file line number Diff line number Diff line change 47
47
run : |
48
48
# Could also use pnpm --filter [${{ steps.since.outputs.SINCE }}] format:check
49
49
# But this way we can see the diff
50
- pnpm --filter [${{ steps.since.outputs.SINCE }}] format
50
+ pnpm -r format
51
51
git diff | head -n 100
52
52
git diff --name-only --exit-code
53
53
Original file line number Diff line number Diff line change 55
55
- run : pnpm publish --no-git-checks .
56
56
env :
57
57
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
58
- - run : git pull --rebase && git push --follow-tags
58
+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
59
59
# hack - reuse actions/setup-node@v3 just to set a new registry
60
60
- uses : actions/setup-node@v3
61
61
with :
Original file line number Diff line number Diff line change 56
56
- run : pnpm publish --no-git-checks .
57
57
env :
58
58
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
59
- - run : git pull --rebase && git push --follow-tags
59
+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
60
60
# hack - reuse actions/setup-node@v3 just to set a new registry
61
61
- uses : actions/setup-node@v3
62
62
with :
Original file line number Diff line number Diff line change 52
52
- run : pnpm publish --no-git-checks .
53
53
env :
54
54
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
55
- - run : git pull --rebase && git push --follow-tags
55
+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
56
56
# hack - reuse actions/setup-node@v3 just to set a new registry
57
57
- uses : actions/setup-node@v3
58
58
with :
Original file line number Diff line number Diff line change 53
53
- run : pnpm publish --no-git-checks .
54
54
env :
55
55
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
56
- - run : git pull --rebase && git push --follow-tags
56
+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
57
57
# hack - reuse actions/setup-node@v3 just to set a new registry
58
58
- uses : actions/setup-node@v3
59
59
with :
Original file line number Diff line number Diff line change @@ -1342,9 +1342,10 @@ export const outetts = (model: ModelData): string[] => {
1342
1342
// Don’t show this block on GGUF / ONNX mirrors
1343
1343
const t = model . tags ?? [ ] ;
1344
1344
if ( t . includes ( "gguf" ) || t . includes ( "onnx" ) ) return [ ] ;
1345
-
1345
+
1346
1346
// v1.0 HF → minimal runnable snippet
1347
- return [ `
1347
+ return [
1348
+ `
1348
1349
import outetts
1349
1350
1350
1351
enum = outetts.Models("${ model . id } ".split("/", 1)[1]) # VERSION_1_0_SIZE_1B
@@ -1358,8 +1359,9 @@ export const outetts = (model: ModelData): string[] => {
1358
1359
speaker=speaker,
1359
1360
)
1360
1361
).save("output.wav")
1361
- ` ] ;
1362
- } ;
1362
+ ` ,
1363
+ ] ;
1364
+ } ;
1363
1365
1364
1366
export const pxia = ( model : ModelData ) : string [ ] => [
1365
1367
`from pxia import AutoModel
Original file line number Diff line number Diff line change @@ -68,4 +68,4 @@ const taskData: TaskDataCustom = {
68
68
youtubeId : "" ,
69
69
} ;
70
70
71
- export default taskData ;
71
+ export default taskData ;
You can’t perform that action at this time.
0 commit comments