{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":263765444,"defaultBranch":"main","name":"wasi-nn","ownerLogin":"WebAssembly","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-05-13T23:22:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11578470?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1657044973.253712","currentOid":""},"activityList":{"items":[{"before":"e7e2b5721d1d3d0399dd8db9589480290ddecfca","after":"917bf47c7ec6bdf2dda237a124fdc5e393deecb3","ref":"refs/heads/main","pushedAt":"2024-07-16T15:59:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Start versioning the WASI NN package (#72)\n\n* add pkg version 0.2.0-rc-2024-06-25 to start wit pkg versioning\r\n\r\n* Update `ml.md` with `wit-bindgen`\r\n\r\n* Update `wit-abi-up-to-date` CI tool\r\n\r\n* Apply tweaks from `wit-bindgen@0.26.0`\r\n\r\n---------\r\n\r\nSigned-off-by: David Justice \r\nCo-authored-by: Andrew Brown ","shortMessageHtmlLink":"Start versioning the WASI NN package (#72)"}},{"before":"c0840c26066fa4dbef12d6b0f3d4762f9d6d43c7","after":"e7e2b5721d1d3d0399dd8db9589480290ddecfca","ref":"refs/heads/main","pushedAt":"2024-07-16T15:27:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"ci: Update `actions/checkout` to v4 (#73)","shortMessageHtmlLink":"ci: Update actions/checkout to v4 (#73)"}},{"before":"06c30c0e12e39e674b6503614352dcf6dc0c96e0","after":"c0840c26066fa4dbef12d6b0f3d4762f9d6d43c7","ref":"refs/heads/main","pushedAt":"2024-04-10T09:37:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"add: ggml graph encoding format (#66)\n\nThis commit adds the `ggml` graph encoding format to the `graph_encoding`\r\nenum.\r\n\r\nThe motivation for this is to allow the `wasi-nn` interface to support\r\nmodels that are encoded in the `ggml` format which is the model format\r\nused by llama.cpp.\r\n\r\nSigned-off-by: Daniel Bevenius ","shortMessageHtmlLink":"add: ggml graph encoding format (#66)"}},{"before":"ac355f374a05366a7bd0c51337e02692f2a2b8c9","after":"06c30c0e12e39e674b6503614352dcf6dc0c96e0","ref":"refs/heads/main","pushedAt":"2023-12-09T04:34:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Simple proposal to extend error handling. (#64)\n\n* Simple proposal to extend error handling.\r\n\r\n* Changing error to code.\r\n\r\n---------\r\n\r\nCo-authored-by: Stuart Schaefer ","shortMessageHtmlLink":"Simple proposal to extend error handling. (#64)"}},{"before":"8bd40e20adba7538b2a5713b0d3c1cf3c54986d7","after":"ac355f374a05366a7bd0c51337e02692f2a2b8c9","ref":"refs/heads/main","pushedAt":"2023-11-09T22:49:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Use resources (#59)\n\nNow that component model `resource`s are specified and implemented, it\r\nshould be possible to use the `resource` type for specifying tensors,\r\ngraphs and execution contexts.\r\n\r\nCloses #47.","shortMessageHtmlLink":"Use resources (#59)"}},{"before":"5a6ef5b86c26f8a21aa49598d6e703442f85aa21","after":"8bd40e20adba7538b2a5713b0d3c1cf3c54986d7","ref":"refs/heads/main","pushedAt":"2023-11-09T20:39:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Use names to identify tensors (#61)\n\nCloses #48.","shortMessageHtmlLink":"Use names to identify tensors (#61)"}},{"before":"e2310b860db2ff1719c9d69816099b87e85fabdb","after":"5a6ef5b86c26f8a21aa49598d6e703442f85aa21","ref":"refs/heads/main","pushedAt":"2023-10-31T18:48:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Update contributing guide to use `wit-bindgen` (#60)","shortMessageHtmlLink":"Update contributing guide to use wit-bindgen (#60)"}},{"before":"747d8dfb389e061eeb52a518aafe777dbf70bdda","after":"e2310b860db2ff1719c9d69816099b87e85fabdb","ref":"refs/heads/main","pushedAt":"2023-10-06T17:23:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Update WIT syntax with semicolons (#57)\n\n* Update WIT syntax with semicolons\r\n\r\nIn preparation for when it's eventually required\r\n\r\n* Add another semicolon\r\n\r\n* Regenerate ml.md","shortMessageHtmlLink":"Update WIT syntax with semicolons (#57)"}},{"before":"c1f8b87e923aedda02964c31b0e1d37e331ec402","after":"747d8dfb389e061eeb52a518aafe777dbf70bdda","ref":"refs/heads/main","pushedAt":"2023-08-23T22:41:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Adding 64 bit tensor data types (#54)\n\nCo-authored-by: Stuart Schaefer ","shortMessageHtmlLink":"Adding 64 bit tensor data types (#54)"}},{"before":"a9a685261e16acf0a538f22f807d69789057bb61","after":"c1f8b87e923aedda02964c31b0e1d37e331ec402","ref":"refs/heads/main","pushedAt":"2023-08-15T00:40:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Uppercase the `TensorType` variants (#53)\n\nThis simplifies the naming of the types, which otherwise resulted in\r\nsome rather strange `up8` and `ip32` names.","shortMessageHtmlLink":"Uppercase the TensorType variants (#53)"}},{"before":"e9f2ad2a7fbf1e6f77594eab79253c49cb930b5c","after":"a9a685261e16acf0a538f22f807d69789057bb61","ref":"refs/heads/main","pushedAt":"2023-08-15T00:38:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Change world name to `ml` (#52)","shortMessageHtmlLink":"Change world name to ml (#52)"}},{"before":"419a209846489ff86c4ff557789b813933c924ac","after":"e9f2ad2a7fbf1e6f77594eab79253c49cb930b5c","ref":"refs/heads/main","pushedAt":"2023-08-14T22:58:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Use \"graph\" name in the API (#51)\n\nThe API uses the word \"graph\" to describe the instantiation of an ML\r\nmodel. This change uses \"graph\" consistently where previously \"model\"\r\nwas used.","shortMessageHtmlLink":"Use \"graph\" name in the API (#51)"}},{"before":"0f3e155b541e570d71e3f280fab1c66105f15f08","after":"419a209846489ff86c4ff557789b813933c924ac","ref":"refs/heads/main","pushedAt":"2023-08-14T22:06:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"ci: use new version of `wit-abi` (#50)\n\nThis change adds a new document `ml-example.md` which is generated from\r\nthe WIT world in `wasi-nn.wit`. `wasi-nn.wit` has to be moved back into\r\na `wit` directory to be found by the `wit-abi` tool to [check the\r\ndocument]. Also, this updates documentation on how to keep\r\n`ml-example.md` up to date.\r\n\r\n[check the document]: https://github.com/WebAssembly/wit-abi-up-to-date/blob/71653db16a81a4319b87cada0bafff5a52f64a9b/main.js#L32","shortMessageHtmlLink":"ci: use new version of wit-abi (#50)"}},{"before":"7c7bb660d6931c90455556f1fe3bdec0dd55561b","after":"0f3e155b541e570d71e3f280fab1c66105f15f08","ref":"refs/heads/main","pushedAt":"2023-08-14T21:52:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Clean up `wasi-nn.wit` specification (#49)\n\n* Move original documentation to new `wasi-nn.wit` file\r\n\r\nThis change also removes some extra functions that snuck through the\r\nreview of #38: `set-input-by-name`, `eval`.\r\n\r\n* Move `wasi-nn.wit` to top-level directory\r\n\r\n* Remove original `*.wit.md` documents\r\n\r\n* Tweak `get-output` return type","shortMessageHtmlLink":"Clean up wasi-nn.wit specification (#49)"}},{"before":"346bf5dc6db3c6ddb87c81b10ef09c5d50cff42a","after":"7c7bb660d6931c90455556f1fe3bdec0dd55561b","ref":"refs/heads/main","pushedAt":"2023-08-14T18:40:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Clean up `*.witx` (#46)\n\nThis removes an unused type (`status`) as well as some documentation to\r\navoid duplication with the `*.wit` version of the same API (I'll try to\r\nkeep the documentation up to date thre.","shortMessageHtmlLink":"Clean up *.witx (#46)"}},{"before":"c1ff1240a3b14a52caf683e835913dad384725dd","after":"346bf5dc6db3c6ddb87c81b10ef09c5d50cff42a","ref":"refs/heads/main","pushedAt":"2023-08-09T21:30:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"ci: fix `wit-abi` error introduced in #38 (#44)","shortMessageHtmlLink":"ci: fix wit-abi error introduced in #38 (#44)"}},{"before":"f47f35c00c946cb0e3229f11f288bda9d3d12cff","after":"c1ff1240a3b14a52caf683e835913dad384725dd","ref":"refs/heads/main","pushedAt":"2023-08-09T21:26:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Support loading models by name (#38)\n\nCo-authored-by: Matthew Tamayo-Rios ","shortMessageHtmlLink":"Support loading models by name (#38)"}},{"before":"0f77c48ec195748990ff67928a4b3eef5f16c2de","after":"f47f35c00c946cb0e3229f11f288bda9d3d12cff","ref":"refs/heads/main","pushedAt":"2023-05-12T18:53:15.450Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Fill in \"API walk-through\" section (#40)\n\nThe `README.md` template has a section to explain how the API will be\r\nused. This change updates that section with some pseudo-Rust and points\r\nreaders to the more detailed examples in the `wasi-nn` bindings.\r\n\r\nCloses #39.","shortMessageHtmlLink":"Fill in \"API walk-through\" section (#40)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEgPg8eQA","startCursor":null,"endCursor":null}},"title":"Activity ยท WebAssembly/wasi-nn"}