-
### Discussed in https://github.com/orgs/litestar-org/discussions/3025
Originally posted by **9128305** January 25, 2024
Msgpec constraint here is ignored when sending `{"foo": "t"}`. What am …
-
### Description
Poetry: 1.8.2 , 1.8.3
Device: WSL (Ubuntu 22.04.4 LTS)
Python Version: ^3.12
I build my project using docker `docker compose up -d --build`. Then, it showed this error (without…
-
### Summary
## What
This serves as a meta-level issue to track translation efforts for the Litestar documentation.
> [!IMPORTANT]
> Members of the Litestar organization only speak so many …
-
### Description
Create model with declared `column_property` and try create model object with it.
Got error `AttributeError: Neither 'Label' object nor 'Comparator' object has an attribute 'null…
-
### Reminder
- [X] I have read the README and searched the existing issues.
### Reproduction
## 微调参数及输出
```text
llamafactory-cli train \
--stage sft \
--do_train \
--model_name_or_…
-
For those landing on this issue, please see:
(thank you @delfick for summarizing this)
> * This functionality has been deprecated for 5 years, there is a separate issue for discussing if there wou…
-
### Description
One of our `pydantic` models has the following field definition among others:
```py
property: StrictInt | StrictFloat = Field(le=1000000)
```
In `polyfactory` 2.13.0, a boil…
-
### Description
This seems to occur when a Discriminated Union model has a Discriminated Union field. The first level of this problem was fixed in #76 but it is still broken for the next level down.
…
-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
### Summary
Suppose I have a series of cascading models like A, B, C. When I call the factory for A and enable the `__set_relationships__ `parameter, the factory will build model A and have B in each…
0x587 updated
10 months ago