Atomie CHEN
Atomie CHEN
Yes, thank you. But basically what I want to do is to build an image with installed packages ahead of running any scripts. I believe I should not figure it...
> If there exists any errors, please let me know after you delete all *model_revision. Sadly yes. I removed all *model_revision: ```python from funasr import AutoModel model = AutoModel( model="iic/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch",...
Plus: all my models are already there inside the literally `iic` folder in current directory, so there is no extra downloads. The environment running above script does not have `modelscope`...
I mean I tried both ways: 1. `pip install funasr` to install the latest pypi version (1.0.19) 2. `pip install -e .` after pulling the latest commit of main branch,...
I pulled latest commit, used `pip install -e .` and uncommnet the print (see screenshot), but found still the same output:  So there is no error reported here.
> Plus: all my models are already there inside the literally `iic` folder in current directory, so there is no extra downloads. The environment running above script does not have...
I now understand that the requirements.txt comes from the model dir. Maybe some mechanism of auto redownloading the specified revision is required? ❓ And also I wonder if this is...
大佬,请问宋体的加粗没有效果,应该怎么解决呢?
For the second issue, I used the following for better intellisense experience in vscode: ```ts import { FullFileBrowser as F, FileBrowserProps, FileBrowserHandle } from 'chonky'; const FullFileBrowser = F as...
> Setting custom baudrates after this line fixes this as far as I can tell. @saynono This is correct as far as I can see. I look into source code...