Hspix

Results 7 issues of Hspix

## 🐛 Bug code:https://pytorch-forecasting.readthedocs.io/en/latest/tutorials/stallion.html When max_epochs=1 and use cpu, it costs **9.6s** on win 10 and **382.79s** on linux. Using **AdvancedProfiler** from pytorch-lightning, there is difference in **SingleDeviceStrategy.validation_step** between platforms...

**Describe the bug** On pynecone gallery, https://pynecone.io/docs/library/forms/editable ``` pc.editable( pc.editable_preview(), pc.editable_input(), value=EditableState.example_state, on_change=EditableState.set_uppertext, width="100%", ) ``` When delete or insert some characters, the mouse cursor moves to the end forcefully....

bug
needs investigation

具体是表现为,同样的文本在batch中被转向量和单独一条转向量的结果不同,例如 ``` model = BGEM3FlagModel('model_dir', use_fp16=True,device='cuda:0') text = '益新生技股份有限公司' texts = ['益新生技股份有限公司','Young Fast (SCL)CO.,LTD'] emb = model.encode(text ) embs = model.encode(texts ) emb['dense_vecs'].tolist()[:5] [-0.03167724609375, -0.0196380615234375, -0.0083465576171875, 0.0128631591796875, 0.0007815361022949219] embs['dense_vecs'][0].tolist()[:5] [-0.03167724609375,...

It seems like simulator based on Market-GAN is missing in this repository, which is included in ```3) a series of high-fidelity data-driven market simulators for mainstream QT tasks``` of README.md.

### Bug Description When there are more than 10 queries running simultaneously, the AsyncElasticsearch client may raise a `ServerDisconnectedError(Server disconnected)` exception, as shown below: `elastic_transport.ConnectionError: Connection error caused by: ConnectionError(Connection...

bug
p2

There are many llm api calls during pipeline optimization. Does DSPY support asynchronous calls to LLMs yet? When trainset size up to hundreds level, the current sequential execution is too...

LM Issues

### 🐛 Describe the bug I'm encountering an issue when trying to start a container using the pytorch/torchserve:0.12.0-gpu image. The container starts but then fails to collect system metrics, specifically...