Ming-Long Huang

Results 10 comments of Ming-Long Huang

To add to this issue, this seriously hurts usability. Since the width changes while navigating the menu by pressing up and down, options with long text occasionally wraps and unwraps,...

I'm also interested in this, but have yet to found any possible workaround. It seems like while the signatures can be obtained from `MetaGraphDef::signatures`, there's no way to get the...

I found a (quite hacky and ugly) workaround to this. - From the Python side, include a `tf.train.Checkpoint.write` call inside a `@tf.function`. Unlike `tf.train.Checkpoint.save`, the `write` function is written purely...

I've taken a look into this. From the C++ API, I see [this `torch::save` function template](https://pytorch.org/cppdocs/api/function_namespacetorch_1a99dc9f736064b2179cc58e6436f7a021.html?highlight=save) that accepts `torch::optim::Optimizer` as input, but it's not present in `torch-sys` API, probably since...

On manjaro `5.3.0-1-MANJARO` with `fish` shell I'm seeing similar result: ``` $ ./DevDocs-0.6.9-x86_64.AppImage ↵ 139 installed: X-AppImage-BuildId=953ae1c0-2b8c-11a8-3e9e-77e0236a2afd image: X-AppImage-BuildId=953ae1c0-2b8c-11a8-3e9e-77e0236a2afd fish: “./DevDocs-0.6.9-x86_64.AppImage” terminated by signal SIGSEGV (Address boundary error) ``` DevDocs...

Though it's only tangentially related, in addition to unmounting the provider, I also had to exclude the `.git` subdirectory when running rsync. Not excluding `.git` causes a hang when syncing...

I'm experiencing the same error on NixOS (nixpkgs commit `806075b`). After printing `Loading Zellij` and `Querying terminal emulator for default colors and pixel/cell ratio...done` on the top left corner, zellij...

I found that Emacs 27.2 and before did not have this problem, while Emacs 28.1 and after - Clears out the whole skeleton on `C-g` at the prompt. - Keeps...

I set `/set parameter use_mmap 0` (along with `/set parameter num_gpu 0` for CPU-only inference) from the ollama CLI, and from the system monitor it seemed like the model is...

![image](https://user-images.githubusercontent.com/17219127/61875720-db51e300-af1d-11e9-9b1f-82e7aa593359.png) Fired up Emacs to test this. `git-gutter-fringe` is working nicely with the built-in `global-display-line-numbers-mode` on Emacs 26.2.