Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
mhs4670go created a review comment on a pull request on Samsung/ONE
It works! I tried that just a minute ago but I did something wrong at that time. Thanks:)
seanshpark created a review comment on a pull request on Samsung/ONE
Plz try like ``` This is some line that should render in one line. This is another line that should render in another line. ``` which should render like ``` This is some line that shoul...
mhs4670go created a review comment on a pull request on Samsung/ONE
It is from `record-minmax-conversion-test` as I think it is enough for checking the cffi features and without increasing the test time as much.
mhs4670go created a review comment on a pull request on Samsung/ONE
I used this to render the text one line with reducing the number of column. Is there any good idea to do this?
seanshpark created a review comment on a pull request on Samsung/ONE
May I ask why use `<br>...</br>` ?
seanshpark closed an issue on Samsung/ONE
[CFE] Ubuntu and Python upgrade
Out default platform Ubuntu 18.04 will end support Apr 2023, less than a year left. And we now have Ubuntu 22.04, it's time to support new platform. But also support old 18.04 for a while... L...jinevening created a comment on an issue on Samsung/ONE
@mhs4670go Thanks for reply. Let me leave some details that I found (please correct me if I'm wrong). Approach 1. pybind (or nanobind) deploys a binary module. Users can directly import modu...
jinevening created a review comment on a pull request on Samsung/ONE
How did you select this list of Ops?
jinevening created a review comment on a pull request on Samsung/ONE
Nit ```suggestion """ Decorator to wrap functions with error checking. """ ```
seanshpark created a review comment on a pull request on Samsung/ONE
can you split this and below lines so that these become withtin 100 cols?
seanshpark created a comment on an issue on Samsung/ONE
As first version is published and we can go with further enhancements with new issues, I think we can close this issue :)
seanshpark closed an issue on Samsung/ONE
[tools] model-explorer circle adaptor
google has provided model graph viewer https://github.com/google-ai-edge/model-explorer . our circle model viewing can be provided with provided adapter extension https://github.com/google-ai-edge...mhs4670go opened a pull request on Samsung/ONE
[circle-interpreter-cffi-test] Introduce test
This commit introduces circle-interpreter-cffi-test to ONE. Related: #14352 ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>seanshpark closed a draft pull request on Samsung/ONE
[one-cmds] own options for one-import-onnx-ext
on-going draft to support own options for one-import-onnx-ext.seanshpark closed an issue on Samsung/ONE
[one-cmds] Provide one-import-onnx-ext have its own options
Our external `one-import-onnx-ext` tool needs extra option(s) to cope with models for our NPU backend. - `one-import-onnx` need not know extra options - let `one-import-onnx-ext` add it's own opt...jinevening pushed 1 commit to master Samsung/ONE
- [common-artifacts] Add cffi library (#14378) This commit adds cffi library to install package list. ONE-DCO-1.0-S... 0847ce2