-
**rust-analyzer version**: rust-analyzer 1.84.0-nightly (759e07f 2024-10-30)
**rustc version**: rustc 1.84.0-nightly (759e07f06 2024-10-30)
**editor or extension**: none
**relevant settings**: …
-
### Your current environment
The output of `python collect_env.py`
```text
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N…
-
**Describe the bug**
I get an error if I try to use koji for the first commit after the creation of a new repository.
Using `git commit -m ''` works, and then kojo works too for the next ones.
…
-
### Current Behavior
cd apisix-3.11.0
make deps
### Expected Behavior
_No response_
### Error Logs
_No response_
### Steps to Reproduce
cd apisix-3.11.0
make deps
### Environment
- APISIX v…
-
### Code
```Rust
#![no_std]
#![no_main]
#![feature(asm_experimental_arch)]
use core::{panic::PanicInfo, arch::asm};
#[panic_handler]
fn panic(_info: &PanicInfo) -> ! {
loop {}
}
#[no_mangle]…
-
### Problem
Normally, I pass the flag `-W missing_docs` to `cargo clippy` but not `cargo build` this does not affect the other's build. However, when using `-Z build-std`, I've noticed that adding `-…
-
I'm trying to run an older Linux version of SuperTuxKart from before it switched from OpenGL to Vulkan.
https://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/0.9.2/
For running the ga…
-
The version description says that terraform-doc versions less than v0.12 are no longer supported. However, I have terraform-docs v0.19 in $PATH and README.md is not generated. If I revert pre-commit-t…
-
I compiled zsim using gcc 4.6.4 on Ubuntu 14.04 with Linux 3.13.0-24-generic. I am using pin-2.14-71313-gcc.4.4.7-linux.
When running the simple test, I get the following error:
iotlpf@lpf:~/zsim$…
-
I build flash_attn from source code with pytorch.2.3.0
code
```
>>> from flash_attn import flash_attn_2_cuda
A100-80G cuda 12.1
```
my env:
```
accelerate==0.29.3
aiofiles==23.2.1
aiohtt…