venshine
venshine
[https://android.googlesource.com/platform/frameworks/base/+/dc24f93](https://android.googlesource.com/platform/frameworks/base/+/dc24f93)
It don't work well for me. Can you try again?
@ahaverty Well, I hope you make a pull request to help me resolve this problem of delay. Thanks.
Can you paste your codes?
`setWheelSize()`方法是设置滚轮展示的个数,不是滚轮数据,WheelView类控件必须有一个选中的状态,因此滚轮个数必须是奇数。`setSelection()`方法是设置要显示的数据在滚轮选中状态的位置,具体可参考ListView的用法。
the same problem @comfyanonymous
the same, on Nvidia A100 80GB
the same problem, Macbook Pro M2 Max
> Workaround for now: > > * Activate venv > * Uninstall onnxruntime > * Remove requirement from requirements-gpu.txt to prevent automatic reinstall on startup > > Make sure you...
> With your venv activated, start up python and type: > > ``` > import onnxruntime as rt > rt.get_device() > ``` > > This will print out your backend,...