Arcmoon
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  
Don't need real random walk, can get the rank result.  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...
 
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?