Daniel Liden
Daniel Liden
This PR changes `org-fc-show-latex` to print a message in the case that `org-latex-preview` raises an error instead of raising the error and terminating the review session. Correctly rendering latex isn't...
### ❓ The question The Hugging Face config.json files for the olmo models (and for the tokenizers) have the following repeated line under the `auto_map` `AutoTokenizer` key: ``` "AutoTokenizer": [...
### ❓ The questions - whether the current method of tying weights by setting module instances to be the same is the intended behavior and if there are specific benefits...
### 🐛 Describe the bug I encountered a shape mismatch error when fine-tuning OLMo-1B using the Hugging Face Trainer after resizing the token embeddings. The error occurs due to an...
**Problem Statement** The SDK currently requires users to create specific object types (like EndpointCoreConfigInput, AiGatewayConfig, RateLimit, EndpointTag) when e.g. creating a serving endpoint (sticking to this as endpoint creation/updating and...
### Willingness to contribute Yes. I can contribute this feature independently. ### Proposal Summary `mlflow.deployments.get_deploy_client("databricks").create_endpoint` and `update_endpoint` do not currently accept an `ai_gateway` config (corresponding to https://docs.databricks.com/api/workspace/servingendpoints/create#ai_gateway). I propose adding...