-
没有CUDA 12.1的对应版本
安装了 flash_attn-2.6.3+cu123torch2.4cxx11abiTRUE-cp310-cp310-linux_x86_64.whl
但是报错 ImportError: /root/anaconda3/envs/loramoe/lib/python3.10/site-packages/flash_attn_2_cuda.cpython-310…
-
```
Pip subprocess error:
ERROR: Ignored the following versions that require a different python version: 0.22.0 Requires-Python >=3.9; 0.22.0rc1 Requires-Python >=3.9; 0.23.0 Requires-Python >=3.10;…
-
#247 introduced a regression (#248) in its attempt to maintain compatibility with Python 2, which was EOL'd over a year ago now.
Is there any reason that new versions of pyhocon should still suppor…
-
**Describe the bug**
I am getting a PyType_GetFlags error when I type this command: `mdl = getBrainAgeModel( tempfile() )` in R.
Below is the error message:
`Error: PyType_GetFlags - /usr/lib64…
-
-
# Bug report
### Bug description:
I'm attempting to build Python 3.13.0 for Rocky Linux 8, and several tests are failing:
```
LD_LIBRARY_PATH=/usr/src/python ./python -m test --pgo --timeout=
Using…
-
# Description:
I encountered a compatibility issue while trying to use **mplib 0.2.1** with **Python 3.9.19**. The following error occurs during the import:
`TypeError: unsupported operand typ…
-
With Numpy 2 I've observed that `where` seems to behave in a (now strange) way with out-of-bounds Python integers compared to other functions.
The first argument of `where` does not participate in …
-
Support for Python 2 was removed in 3.0.0, but we left some leftovers. This issue lists what's left to be done to really remove all traces of Python 2 from the codebase.
```[tasklist]
### Tasks
- [x]…
-
The typing comment just below method signature should be forbidden now because we no longer support python 2.
This checker should ensure that the following is not allowed:
```
def function(…