-
In https://github.com/gwkokab/gwkokab/issues/197, we only discussed about the spin. Although there are different parameters which are required by the `pdet`. Regarding that, I have two questions,
-…
-
this was possible earlier before the bpe pre tokenizer fixes. now it leads to
File "/kaggle/working/llama.cpp/./convert-hf-to-gguf.py", line 432, in get_vocab_base_pre
raise NotImplementedErro…
-
**Describe the bug**
When we restart a simulation with a different vertical grid, the phis field becomes distorted, copying the same section of the field over the whole tile according to the number o…
-
After commit 47d831f2c90225a7d2 (https://github.com/llvm/llvm-project/pull/100514) I noticed a regression in a downstream benchmark, due to a loop no longer being vectorized. It seems like the changed…
bjope updated
2 months ago
-
Currently, the latest prebuilt wheels for FA2 only support up to CUDA 12.3...This is problematic since ```torch``` versions 2.3.1 through 2.5.0 only support CUDA 12.1 or CUDA 12.4 - i.e. not CUDA 12.3…
-
### bug描述 Describe the Bug
【问题简述】
分布式训练使用SyncBatchNorm的时候报错,使用正常的batchnorm是没有问题的
【代码】
模型启动脚本:python -m paddle.distributed.launch --selected_gpus=4,5,6 --log_dir=$log_dir train_large.py
tr…
-
Imported from SourceForge on 2024-07-08 09:28:22
Created by **[bigfooted](https://sourceforge.net/u/bigfooted/)** on 2014-11-17 18:34:51
Original: https://sourceforge.net/p/maxima/bugs/2843
---
On 2…
rtoy updated
4 months ago
-
Given the following code
```c
int main() {
for (int y = 0; y < 1; y++);
return 0;
}
```
there is a miscompilation causing an infinite loop when compiled like so:
```
clang-17 src/ma…
haved updated
2 months ago
-
大家没有碰到过依赖库冲突的问题吗,我flash-attn的依赖库老是冲突要怎么解决呀
(tinyllava_factory) bdca@bdca-poweredge-t640:~/ynz/tinyllava/TinyLLaVA_Factory$ python tinyllava/serve/app.py --model-path tinyllava/TinyLLaVA-Phi-2-SigLIP-…
-
VAR is indeed impressive, but there’s one issue that’s been bothering me. We reached out to the authors for assistance with the matter, and we appreciate your help.
In the quant.py line 33: self.qu…