knew

Results 15 comments of knew

> I've faced the same problem which is caused by `indexer-cert-creator/config/entrypoint.sh`. To solve it, I used another way of checking if the file exists: > > ```shell > # code...

`accelerator_type:RTX: 0.01` for my RTX A6000, `accelerator_type:H100: 0.01` for H100 SO I think you can try `accelerator_type:RTX: 0.01` for your RTX 3090, too.

> Hi @k0286, Thank you for your response. Did you mean accelerator_type_RTX: 0.01 for my RTX A6000, accelerator_type_H100: 0.01 for H100? Because adding `:` after `accelerator_type` might break YAML formatting....

@nashsu 可以詳細解釋一下代理如何配置嗎? 目前針對各服務修改了以下配置,仍無法正常運作 `backend`: 增加`HTTPS_PROXY`環境變數 `llm-*`: 增加`HTTPS_PROXY`和`HTTP_PROXY`環境變數 `searxng`: 修改` ./searxng/settings.yml`設定`outgoing: proxies : `

Same issue here! After execute `$ chmod 777 -R /path/to/Storage/pgadmin`, the container of `pgadmin` still starts failed. the log is int the following ```shell pgadmin | [2021-03-12 08:32:10 +0000] [82]...

Thx for your replay. E.g. I don't want to codegpt been triggered when running `git rebase`. But If the prepare-commit-msg hook is intstalled, I don't have any option to disable...

> Reference from this: https://stackoverflow.com/a/57590865/910074 > > `git rebase` runs `pre-rebase` and `post-rewrite` hooks. Are you sure your `git rebase` will trigger `prepare-commit-msg` hook? Of course, if you met the...

Yeah, you are right. I actually don't want to `codegpt commit` been triggered during I'm solving the conflicts. But It triggers if the `codegpt commit hook` is installed. There are...

> 大概就是这样,需要将我列出来的参数传入结构体和列表管理切换,原版的API是通过全局变量实现 我想來實現這個功能,有幾個問題想請教 1. `Speaker`的, `phones`, `bert`, `prompt`具體是什麼用的呢? 2. 要打包`ref_wav_path`, `prompt_text`, `prompt_language`, `inp_refs`,這幾個參數轉成torch.tensor放到GPU(如果有的話),放進`Speaker`中,這樣思路對嗎?

> api.py中已包含了相关基础代码,可以查看下。仅需要自己添加speaker信息的自定义更新 感謝回覆,確實已參考目前的api.py,已包含speaker參數,但參考音頻不包含在Speaker中且仍然是在`get_tts_wav()`才進行加載和轉換, 所以才產生前面的問題,且Speaker的 `phones`, `bert`, `prompt`似乎未被用過,所以想請教一下用途