Dimitri

Results 10 issues of Dimitri

## Issue The next version of Turbolinks, now called Turbo (available for Rails via [turbo-rails](https://github.com/hotwired/turbo-rails)), is in beta and `react-rails` should be updated to be compatible. The new interface is...

enhancement

Upon creating a connection with grant type `client_credentials` I am unable to connect to it and I get the following output in the console: ```bash Requesting OIDC metadata from https://identity.xero.com/.well-known/openid-configuration...

Steps to reproduce: ```bash xoauth setup add-scope accounting.settings random-connection xoauth list # there will be a connection with an empty name xoauth delete # will list the empty connection, gives...

In our chat interface, users can edit their prompts to try and get the kind of answers they're looking for, but this isn't possible for the first chat message. However,...

feature

As I understand, the sampling parameters are currently stored client-side in localStorage and apply to all chats. From a user perspective, this is a bit unintuitive and it would be...

feature
website

I read somewhere that it's planned to add Python support for the scripting API, and I think that would be a great idea, unlocking GBA games to easily interface with...

severity:enhancement

### Describe the bug When a list of more than 1 value is passed to `gr.Gallery`, the documentation states that the different values are active at different breakpoints (https://www.gradio.app/docs/gradio/gallery#initialization): >...

bug
Regression

Seems like there was an oversight in the case where HNS is enabled, but no `step_prefix` is provided. In that case, `step_prefix` is None, which results in an error when...

Collection of various improvements: - Attention logits in model output: useful for experiment tracking and debugging - Attention softcap: used by Gemma, now also supported by vanilla attention - DP...

[generated by copilot] This pull request refactors and enhances the handling of sharding constraints in the `eformer/escale/partition/constraints.py` file. The most notable changes include renaming and improving an existing function for...