lastsummer

Results 4 comments of lastsummer

I encountered the same issue on deepseek-chat. ```python import asyncio from langchain_community.document_loaders import TextLoader from langchain_openai import ChatOpenAI from langchain_core.callbacks import BaseCallbackHandler from langchain_huggingface import HuggingFaceEmbeddings from ragas.llms import LangchainLLMWrapper...

I have the same problem with predict_insample of iTransformer. ``` idx = pd.date_range('2020-01-01', '2021-01-01', freq='h', inclusive='left') data = np.sin(np.arange(idx.size)) + np.random.normal(size=idx.size) df = pd.DataFrame({'unique_id': [1] * idx.size, 'ds': idx, 'y':...

I found a PR #715 ,it is similar to this problem. After modifying line 201 to 203 of **_base_multivarite.py** the issue was resolved. from ``` predict_step_size = self.predict_step_size cutoff =...

翻译deepseek-r1的论文也遇到了类似的情况 1. 开头的描述没了 2. 多了一些html标签 3. 公式的分号没了 ![Image](https://github.com/user-attachments/assets/89525d58-d5e6-4228-8c0d-a883ddaf6c8b)