-
Now that Kontrol runs can be configured with the TOML file (https://github.com/runtimeverification/kontrol/pull/580), we should add it to the documentation (and, perhaps, prepare some marketing materi…
-
Maintainer: @aparcar
Environment:
- arch: ARMv7 Processor rev 0 (v7l)
- model: ASRock G10
- version: OpenWrt 23.05.2 r23630-842932a63d
- target platform: ipq806x/generic
Description:
Whe…
-
### Astronomer Cosmos Version
Other Astronomer Cosmos version (please specify below)
### If "Other Astronomer Cosmos version" selected, which one?
1.4.3
### dbt-core version
1.7.17
### Versions …
-
Hi. I'm trying to export custom torch layer, but I'm getting sigsegv on usual runs and uninformative output in debugger. Here's the repro:
```
import torch
import torch.nn as nn
import shark_tur…
-
Does anyone successfully export DINO from pytorch to tensorrt? Please share your experience.
There is the bug (and lots of warnings) in my experience. An error `RuntimeError: Expected all tensors …
-
### Bug description
I've recently been trying to understand how the type checker reasons about the equality of types. I've noticed a few inconsistencies and potential bugs. These are demonstrated b…
-
```bash
$ cat bashrc.sh
# 设定语言选项,必须设置
export LANG=C
# Mac平台,C编译器不再是GCC,而是clang
export CC=clang
export CXX=clang++
export CXXFLAGS=-stdlib=libc++
# 是否使用clang,如果使用的是GCC编译,该选项应该设置为false
export U…
-
the below errors occurred when i ran the Chapter_2_Autoencoder.ipynb
my env is the colab
Epoch 1/50
---------------------------------------------------------------------------
TypeError …
-
Hi again, this seems to be a rather specific issue:
runnnig `esbmc --mathsat --tuple-sym-flattener --smt-during-symex --smt-symex-guard` on [bug.c](https://github.com/esbmc/esbmc/files/14886625/bug.z…
-
I have been facing an issue when trying to create a graph of a Module in which some Variables have slice assignment operations in them. I have reduced the problem to the following example, ignore the …