-
UPDATE: After more digging, the extra calls are actually being caused by change tracking (on load!), which is causing the lazy loading to look up data when tracking asks for it. This is still causing …
-
### Your current environment
vllm 0.5.2
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.3.1+cu121
Is debug build: False
CUDA used to b…
-
**Describe the bug**
When starting puma with multiple workers and eager loading enough code, the new MacBook M4 Max will kernel panic with a SPTM (Secure Page Table Monitor) fault.
```
[SPTM] VI…
-
Can there be a patch to support eager loading via .includes and .references so that N+1 conditions don't occur as long as the data was eager loaded?
-
Hello! Thank you for your work.
Is there any way to use eager loading? If I call getUrl() several times on one page, there are more than 50 SQL statements being executed! It's really bad.
Can I use s…
drSun updated
8 years ago
-
I have a problem in the following case and with eager loading:
two fields with the same type:
HasOne::make('metric')->type('inventory-metrics'),
HasOne::make('metric-service', 'metricService')…
-
### Laravel Version
11.7.0
### PHP Version
8.3.7
### Database Driver & Version
PostgreSQL 15.7 and MySQL 8.0.37
### Description
When eager loading a model relationships, the resul…
-
Is it possible to load the model with its relationships directly ? something like `User.with('pictures')` to avoid a huge callback chain ?
This example can be ok for one relationship, but what about …
-
![image](https://github.com/user-attachments/assets/3bc230bc-5029-4657-b107-0f1a1b54be15)
Error:
`Phi3Transformer does not support an attention implementation through torch.nn.functional.scaled_do…
-
## Issue Description
The current implementation of the UserGroup does not utilize Eloquent. This limitation makes it hard to manage relationships, run complex queries efficiently and perform eager lo…