-
Using CUDA 11.1, pytorch 1.8.1 and Deepspeed 0.3.14.
Model trains with FP16 and optimization_stage 2, but fails with optimization_stage 3 with the following exception:
b' model_engine.backwar…
-
### What happened?
Pod's metadata.generation doesn't function, it should be implemented here but isn't: https://github.com/kubernetes/kubernetes/blob/master/pkg/registry/core/pod/strategy.go#L96-L102…
-
| | |
| --- | --- |
| Bugzilla Link | [42881](https://llvm.org/bz42881) |
| Version | 9.0 |
| OS | Linux |
| CC | @efriedma-quic |
## Extended Description
I have the following IR:
---
target dat…
-
### Describe the issue
```
uname -a
Linux 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux
```
Code: https://github.com/snakers4/silero-vad/tree/master/exam…
gtf35 updated
3 months ago
-
### Background and motivation
This proposal is similar to OrderedDictionary.TryAdd https://github.com/dotnet/runtime/issues/107947
The `CollectionsMarshal.GetValueRefOrAddDefault` method for diction…
-
The use of `MOV ZR, R0` caused `runtime.usleep` to barf. Spelling out the zeroing of the those registers fixed it, 26722042.
I guess we should avoid using `ZR` anywhere for the moment.
-
**Describe the bug**
Error message on upgrade.
**To Reproduce**
Steps to reproduce the behavior:
Install latest VCRT (1438).
Copy QSV 130 to somewhere in path or add path to installed locatio…
-
Using bun 1.1.16 here.
I am trying to use `(bun.IDB).NewCreateTable().Temp().IfNotExists().ModelTableExpr("my_temp_table_name AS (?)", selectQuery).Exec(ctx)`
(whatever is selectQuery, it is jus…
-
**Description**
Installing an already existing plugin produces an error.
This becomes an issue when running automation scripts (e.g. with Ansible), as the command returns a non-zero code
…
-
Hi
Thanks for sharing the code! It's a great paper. I am currently trying to replicate the result but had a hard time running through the pipeline. I was able to finish some part of the hyperparam…