Aaron Meurer

Results 1002 comments of Aaron Meurer

The two guides have separate information. The second guide is misleadingly named because it primarily deals with things for RST files, not docstrings. The filename is more accurate. Although much...

I have a deprecation for using "cpu" in `to_device` for CuPy open at https://github.com/data-apis/array-api-compat/pull/87, but I don't think it's a good idea to merge it until the `from_dlpack` device support...

I'm definitely not going to deprecate "cpu" until this gets implemented upstream. Is it possible to implement wrapping support for this in this library? My understanding was that we would...

There was some discussion at the meeting Thursday that there were some things that could be done here, but I don't know if I completely followed it. I will need...

I'm also getting this from mixtral:8x22b-instruct-v0.1-q3_K_M and mixtral:8x22b-instruct-v0.1-q3_K_S on my 64GB M3 Max. The normal mixtral:8x22b-instruct-v0.1-q4_0 works just fine (albeit very slowly).

By the way, for the same prompt, the working model gives ~1000 tokens vs. about 50 garbage tokens for the broken ones. So I don't think the issue is in...

> > I'm also getting this from mixtral:8x22b-instruct-v0.1-q3_K_M and mixtral:8x22b-instruct-v0.1-q3_K_S on my 64GB M3 Max. The normal mixtral:8x22b-instruct-v0.1-q4_0 works just fine (albeit very slowly). > > Q3KM is OK for...

Is this something that broke in the most recent 1.2 release?

If I understand correctly, your issue is that the rho is not blue in the link text? I just tested your example and it seems to render fine in both...

As to the original question, this is specifically about restricting *display* math. Inline math should definitely be allowed in headers. But I don't know if it makes sense for display...