Ryan Soklaski

Results 54 issues of Ryan Soklaski

Similar to: https://pytorch.org/docs/master/_modules/torch/nn/utils/clip_grad.html#clip_grad_norm_

I am writing a library that does some runtime type checking, so I am working with type-objects a lot. I encountered the following: ```python >>> from typing import Literal >>>...

bug

- pydantic-2.6.4 - pydantic-core-2.16.3 Defining ```python @pydantic.validate_call() def foo(*, x: int = 1, y: str): print(x, y) ``` raises: ``` SchemaError: Error building "call" validator: SchemaError: Error building "arguments" validator:...

unconfirmed

Hello! I just came across `tyro` and it looks great! I wanted to put [hydra-zen](https://github.com/mit-ll-responsible-ai/hydra-zen) on your radar. It is a library designed make [Hydra](https://hydra.cc/)-based projects more Pythonic and lighter...