huyz-git
huyz-git
### Powermode This tarball contains the output of these 3 files at each powermodes: [powermode.tar.gz](https://github.com/johnfanv2/LenovoLegionLinux/files/11835436/powermode.tar.gz) In the gui, powermode can read correctly. Changing power mode also works, and the LED...
### Options Many options greyed out in gui.  Win key and touchpad works as expected. Rapid charging I haven't tested because my battery is currently full, will test later....
### Keyboard Backlight [backlight.tar.gz](https://github.com/johnfanv2/LenovoLegionLinux/files/11835555/backlight.tar.gz)
### Fan curve The "Lock fan controller" option works, the fan can keep at high speed after ending stress test, and return to low speed as soon as I unticked...
> With the latest commit, changing fan curve works. If I set all the values to 1000 and apply to HW, the fan speed reaches maximum on idle state. I...
For power modes, I do some stress testing, and find out that, If I set power mode to custom mode with this tool, it actually change the power limits to...
I got this error when trying to import `torch_dipu` inside the container: ``` ImportError: /deeplink/deeplink.framework/dipu/torch_dipu/libtorch_dipu.so: undefined symbol: aclprofSetStampCallStack ``` The `CANN` used in the container is `8.0.RC3.alpha001`
Using `CANN` version `8.0.RC1.alpha003` I can successfully run the container. However, after I modify the `device_type` parameter and let `lmdeploy` run API server on `ascend` backend, I got extremely slow...
> > Will LMDeploy become a competitor to MindIE? > > Yes, we have graph mode, and capture graph via torch.dynamo. I tested the performance of the graph mode: ...
> > > > Will LMDeploy become a competitor to MindIE? > > > > > > > > > Yes, we have graph mode, and capture graph via torch.dynamo....