-
## 描述问题
按照案例使用STFPM报错,提示没有注册这个模块
## 复现
1. 您是否已经正常运行我们提供的[教程](https://github.com/PaddlePaddle/PaddleX/tree/develop/tutorials)?
??
2. 您是否在教程的基础上修改代码内容?还请您提供运行的代码
还没有修改代码
3. 您使用的数据集是?
…
-
**Feature request**
I would like to be able to see config definitions through Python. This might be achieved through a Python side set of definitions. This could also exist alongside config requireme…
-
### What would you like to see
I'm not sure if an option is missing or simply not documented. What I would usually want to do (unfortunately) is debug into the python part of esbonio. Not all of esbo…
-
Hi, Zhutian,
I tested the latest program and here I report some of the results.
## B-2 can basically work.
```
python examples/test_data_generation.py --config_name kitchen_full_pr2.yaml
``…
-
### Bug description
According the aligner's `preprocess`, running `python -m everyvoice.model.aligner.DeepForcedAligner.dfaligner.cli preprocess config/everyvoice-aligner.yaml` should generate all …
-
### 🐛 Describe the bug
When compiling a weight-normed linear layer, some shapes are causing accuracy failures.
The backends `eager` and `aot_eager` seem to work, but `inductor` causes issues.
For e…
-
**Description**
I'm trying to serve an embedding model [FastText] in triton-server using python as its backend. The external dependencies are just fasttext module which is inturn dependent on numpy. …
-
Can not download the dataset of SELA. I guess it is the problem of the path file.
### Operations
```
cd to *****/sela/data
python dataset.py --save_analysis_pool
```
### Errors
```
(term…
-
**What happened (please include outputs or screenshots)**:
I want to update cm with this dict
now, I just want to edit cm by dict:
```
{
"data":
"time":
"old": 1234
"new": 2345
}
`…
-
When following initial setup steps from: https://github.com/tenstorrent/tt-inference-server/tree/main/vllm-tt-metal-llama3-70b#vllm-tt-metalium-llama-31-70b-inference-api, fails due to missing HF toke…