-
Hello, can you export and share your python environment, I'm having trouble installing the package, I'm looking forward to your reply.
-
Hi, I am using NeuroBench with PyTorch Lightning. There seems to be a problem with the numpy version requirements between those two packages, which leads to some reproducibility issues. I ran the code…
-
System Info:
OS: Ubuntu 22.04
Python: Python 3.10.12
PIP: pip 24.2
When trying to install the package via `pip install realtimetts[all]` I get the following error:
I already updated pip and tri…
-
Thanks for this library!
I'm running into some troubles sending data to the _hello_ script example.
The following is my Blueprint setup:
![Screenshot 2022-08-17 115438](https://user-images.gi…
-
我的异常:
Cannot load cpu kernel, don't use quantized model on cpu.
Applying quantization to glm layers
2024-03-20 12:53:44,250 [INFO] [modeling_chatglm.py:1415] Applying quantization to embeddings
Tr…
-
* telegram-upload version: latest
* Python version: 3.8.16
* Operating System: ubuntu Release 18.04.6 LTS (Bionic Beaver) 64-bit
* Dependencies list (run `pip freeze`):
```c
absl-py==1.3.0
aeppl…
-
Hi,
First of all, thank you all for your work on this project — it's proven fantastic for understanding memory pressure and experimenting with training!
I noticed, however, that the title and le…
-
안녕하세요,
하기 pyjanitor를 사용하는 코드 실행 시
jn.coalesce(
Xbad,
columns=["A", " sales numbers "],
new_column_name="val",
)
아래와 같은 에러가 발생됩니다.
coalesce 함수에서 column name 입력을 줄 수 있는 건가요? 함수 manu…
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
calling
`osl = Optislang()`
returns
…
-
### Bug description
When using 2 GPUs on a single node, or multiple nodes on multiple nodes the training does not start while the job keeps running. I use a container to deploy the environment and …