-
```llvm
define i1 @test1(i32 %c) {
entry:
%i1 = icmp eq i32 %c, 115
br i1 %i1, label %bb12, label %bb11
bb11: ; preds = %entry
%_6 = icmp eq …
-
## Small Language Model
-
### bug描述 Describe the Bug
aistudio环境 2.5和3.0都一样
```
import paddle
a = paddle.randn((2, 16640, 64))
out = paddle.nn.functional.fold(a, output_sizes=(4096, 1), kernel_sizes=[65, 1], paddings=[1, 0…
-
### Description
pcolorfast does not show an image, all just remains blank
#### Code to reproduce
```
from matplotlib.cm import get_cmap
from numpy import mgrid
import numpy as np
im…
-
GVNHoist currently bails out unless a value is fully anticipable at a dominator. It may be profitable to split the parents and create a common dominator for all the basic blocks that have a fully anti…
-
![image](https://github.com/Rahix/avr-hal/assets/71348842/1c2be5c5-c27e-4481-9bcf-d6a46cbe1b6d)
``` rust
#![no_std]
#![no_main]
use arduino_hal::clock::MHz16;
use arduino_hal::hal::delay::Delay…
-
You get messages like:
```
amaranth.hdl._ir.DriverConflict: Bit 0 of I/O port (io-port port_a_5__io__io) used twice, at /home/whitequark/Projects/glasgow/software/.venv/lib/python3.12/site-package…
-
llava-phi-3-mini uses the Phi-3-instruct chat template. I think is similar with current llava-1-5, but with Phi3 instruct template instead of llama 2.
format:
`\nQuestion \n`
stop word is
for…
-
```
We have a table of values (theta is the X and phi is the Y), and we have all
the Z values placed in table form. Our table has theta range from 0 to pi, and
phi range from 0 to 2*pi, so the numbe…
-
Dear sfepy I get an error when I try to increase the approx order of my fields to values greater than 1. Here is the code:
[Sfepy_issue.zip](https://github.com/sfepy/sfepy/files/11652299/Sfepy_issue.…