-
when i run this code i get an runtime error and it writes runtime:0ms
```
class Solution:
def countSquares(self, matrix: list[list[int]]) -> int:
self.MATRIXWIDTH,self.MATRIXHIGHT = le…
sgmmd updated
3 weeks ago
-
### Describe the issue
Issue:
This error happens only for epochs >= 4, and number of image samples in fine-tuning dataset >= 41
Command:
```
deepspeed llava/train/train_mem.py \
--lora_ena…
-
set "gradient_clipping" in deepspeed does not work, look into the source code in deepspeed.runtime.engine.DeepSpeedEngine,in line 2101
```
def _take_model_step(self, lr_kwargs, block_eigenvalue={}…
-
### Describe the issue
model execution failing with error
NotImplemented: [ONNXRuntimeError] : 9 : NOT_IMPLEMENTED : Could not find an implementation for QLinearMatMul(21) node with name ''
### …
-
Storing a nil value to a weak reference is, by my reading of the documentation, supposed to remove the weak reference.
Mostly that's what objc_storeWeak() does, but there is a situation where it does…
-
The current implementation of `FlagsmithClient` attaches `sendTimeout` from `FlagsmithConfig` to every http request it sends. On the web platform, this causes dio client to [log warnings](https://gith…
-
I have changed options and started getting CTD. I initially changed the power storage to 10000 and friction tp 0.9. I then decreased the search radius and the time before crashing seems to increase. I…
-
[Job](https://mihubot.xyz/runtime-utils/EhvOq3RA) completed in 17 minutes 15 seconds.
### Diffs
```
Found 262 files with textual diffs.
Summary of Code Size diffs:
(Lower is better)
Total bytes o…
-
[Job](https://mihubot.xyz/runtime-utils/EhvJv0tA) completed in 20 minutes 19 seconds.
### Diffs
```
Found 261 files with textual diffs.
Summary of Code Size diffs:
(Lower is better)
Total bytes o…
-
Reproducer
```fortran
integer, allocatable :: a(:)
allocate(a(0))
inquire(iolength=iol) a
end
```
```
$ flang-new zero.f90
$ ./a.out
fatal Fortran runtime error(/home/kli/zero.f90:…
kkwli updated
1 month ago