Alexander Lam

Results 29 comments of Alexander Lam

There are some instructions in `model_support.md`. See if that helps

Adding the worker and controller hostname to `no_proxy` or unsetting `http_proxy` and `https_proxy` resolved the issue for me.

@trevorstephens Checking if this feature is added or if there's a notebook showing the "hack"? > I think I will create a notebook to show how this could be "hacked"...

I believe the culprit of this issue is related to the implementation of `ChatGLMTokenizer`: https://huggingface.co/THUDM/chatglm3-6b/blob/103caa40027ebfd8450289ca2f278eac4ff26405/tokenization_chatglm.py#L147 `pad_token_id` is a property of `ChatGLMTokenizer` without a setter method, so it cannot be set...

Looking for something to validate multiple fields at once and replace invalid fields with placeholder values. A feature like this would be essential. Maybe as a first step, return a...

A hack, but works...[Add a horizontal discrete legend below the chart in ggvis](https://stackoverflow.com/questions/37465292/add-a-horizontal-discrete-legend-below-the-chart-in-ggvis/45968667#45968667)

> And one other thing that I noticed is that the `trigger_mode="always_last"` behavior doesn't seem to apply to `gr.render()`. Here's what I mean. I built a Space with this code:...

> Hi @acylam great point. One thing that you can do is import Blocks from other files and `.render()` them (this .render() is unrelated to `gr.render()` -- sorry!) inside the...

> ### Prerequisite > > * [x] I have searched [Issues](https://github.com/open-compass/opencompass/issues/) and [Discussions](https://github.com/open-compass/opencompass/discussions) but cannot get the expected help. > > * [x] The bug has not been fixed in...

Hi @zhangtianhong-1998, this is likely due to version incompatibility between modelscope and the `datasets` library. `modelscope` currently only supports `datasets>=2.16.0,