Arcmoon

Results 20 issues of Arcmoon

Hi, I have a question about model.run() If I have a time series t0,d0 t1,d1 t2,d2 ... When I execute model.run(d0), the result will be the perdiction of d0 or...

Hello,when I run example, some wrong happend ![image](https://user-images.githubusercontent.com/50002441/181154259-234b70ef-7454-4c7f-83b7-b7a9d6339441.png) ![image](https://user-images.githubusercontent.com/50002441/181154291-c66fa0a8-fa0e-4a24-ad32-e2a280d008d1.png)

Don't need real random walk, can get the rank result. ![image](https://user-images.githubusercontent.com/50002441/184782136-a9621e91-f3fb-4fad-95cb-08178795a7c8.png) Just solve the equation.

GError: Page crashed! at Page._onTargetCrashed (/mnt/d/chatgpt/ChatGPT-wechat-bot-master/node_modules/puppeteer/src/common/Page.ts:774:24) at /mnt/d/chatgpt/ChatGPT-wechat-bot-master/node_modules/puppeteer/src/common/Page.ts:573:53 at /mnt/d/chatgpt/ChatGPT-wechat-bot-master/node_modules/puppeteer/vendor/mitt/src/index.ts:88:75 at Array.map () at Object.emit (/mnt/d/chatgpt/ChatGPT-wechat-bot-master/node_modules/puppeteer/vendor/mitt/src/index.ts:88:56) at CDPSession.emit (/mnt/d/chatgpt/ChatGPT-wechat-bot-master/node_modules/puppeteer/src/common/EventEmitter.ts:102:18) at CDPSession._onMessage (/mnt/d/chatgpt/ChatGPT-wechat-bot-master/node_modules/puppeteer/src/common/Connection.ts:324:12) at Connection._onMessage (/mnt/d/chatgpt/ChatGPT-wechat-bot-master/node_modules/puppeteer/src/common/Connection.ts:153:28) at WebSocket. (/mnt/d/chatgpt/ChatGPT-wechat-bot-master/node_modules/puppeteer/src/node/NodeWebSocketTransport.ts:47:42) at WebSocket.onMessage...

### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...

As the question showed, I meet some case that the output may be so long and the GPU KV cache usage keeps increasing, and reaches 100%,then model don't genearate anything...

![image](https://github.com/RVC-Boss/GPT-SoVITS/assets/50002441/12bffaff-681c-4d31-9901-e0fd2829a617) ![image](https://github.com/RVC-Boss/GPT-SoVITS/assets/50002441/9ec2777e-8475-4361-b7b0-a352e881f9a3)

When I try run `from huggingface_hub import ( create_repo, get_hf_file_metadata, hf_hub_download, hf_hub_url, repo_type_and_id_from_hf_id, upload_folder)` meet error, the info is "ImportError: cannot import name 'get_hf_file_metadata' from 'huggingface_hub' (/opt/conda/lib/python3.7/site-packages/huggingface_hub/__init__.py)" And my timm...

When run 13b version? I add a function seems like: ``` def run_text_completion(prompts): geneartor.text_completion(...) ``` It will be in loop before `self.geneaotor` in llama.geneartor method, and use `geneartor.chat_completion` it will...

Can I use this project in a python virtual env? Or must use docker?

duplicate
enhancement