-
### **Description:**
When compiling the given PoC on MIPS64 architecture with Clang-18, an unexpected behavior arises exclusively under **`-O3`** optimization. The issue seems to be related to comp…
-
[Guidance](https://github.com/guidance-ai/guidance) allows users to constrain generation (e.g. with regex and CFGs) as well as to interleave control (conditionals, loops, tool use) and generation for …
-
| | |
| --- | --- |
| Bugzilla Link | [36518](https://llvm.org/bz36518) |
| Version | unspecified |
| OS | All |
| Attachments | [reproduction of issue](https://user-images.githubusercontent.com/609…
-
Hi! I meet some bugs when i start the training, the whole message is:
[WARNING]your gpu arch (8, 9) isn't compiled in prebuilt, may cause invalid device function. available: {(6, 1), (7, 0), (8, 0),…
-
| | |
| --- | --- |
| Bugzilla Link | [39416](https://llvm.org/bz39416) |
| Version | trunk |
| OS | All |
| CC | @hfinkel,@dobbelaj-snps |
## Extended Description
Consider the following example:
…
-
It should be possible to perform efficient optimization of predict phase parameters, maybe even simultaneously with (ordinary) train time parameters so that predict phase parameters are optimized in a…
mb706 updated
3 months ago
-
hi @magehrig ,
When I am training the base model of RVT, it suddenly throws this error when running into the fourth epoch. I have tried many times, and it always happens. How can I resolve this? (The…
-
```
python3 -m piper_train --dataset-dir ~/newvoice/Me/output --accelerator 'gpu' --devices 1 --batch-size 32 --validation-split 0.0 --num-test-examples 0 --max_epochs 10000 --resume_from_checkpoint …
-
Hi, thanks for the fantastic work. I have a problem here. I want to train COMET on my own dataset, and I follow the user guide from here [docs](https://kogito.readthedocs.io/en/latest/userguide.html#t…
-
Alive2 proof: https://alive2.llvm.org/ce/z/JMrkfC
Godbolt missed example: https://godbolt.org/z/v8rhTYEYz
In this IR, the original `i32` indvar is transformed into `i64` type, therefore creating `…