codingl2k1
codingl2k1
### What happened + What you expected to happen No idle worker exists for the stopped job. ### Versions / Dependencies 2.10.0 ### Reproduction script No reliable script to reproduce...
The qwen model use ReAct to call tools, the token usage may larger than the expected. - Fixes: https://github.com/xorbitsai/inference/issues/1412
- Fix temperature not set. - Fixes: https://github.com/xorbitsai/inference/issues/1387 - Fixes: https://github.com/xorbitsai/inference/issues/1253
## What do these changes do? ## Related issue number ```python import xorbits import time from xorbits.remote import spawn from xoscar.serialization.core import FurySerializer from dataclasses import dataclass from typing import...
## What do these changes do? The `StatelessActor` is ambiguity, remove it and use a class attribute `__xoscar_lock_type__` instead. ## Related issue number Fixes https://github.com/xorbitsai/xoscar/issues/67 ## Check code requirements -...
### Describe the bug A clear and concise description of what the bug is. ```python Traceback (most recent call last): File "/Users/codingl2k1/.pyenv/versions/3.11.4/lib/python3.11/site-packages/xoscar/backends/pool.py", line 1402, in monitor_sub_pools await self.recover_sub_pool(address) File "/Users/codingl2k1/.pyenv/versions/3.11.4/lib/python3.11/site-packages/xoscar/backends/indigen/pool.py",...
### Describe the bug A clear and concise description of what the bug is. ### To Reproduce To help us to reproduce this bug, please provide information below: 1. Your...
### Describe the bug A clear and concise description of what the bug is. ```python File "xoscar/core.pyx", line 378, in _handle_actor_result File "/Users/codingl2k1/Work/xorbits/python/xorbits/_mars/services/subtask/worker/processor.py", line 616, in run ) = await...
### Describe the bug A clear and concise description of what the bug is. ```python File "/Users/codingl2k1/Work/xorbits/python/xorbits/_mars/utils.py", line 496, in calc_data_size return estimate_pandas_size(dt) ^^^^^^^^^^^^^^^^^ File "/Users/codingl2k1/Work/xorbits/python/xorbits/_mars/utils.py", line 571, in estimate_pandas_size...
### Describe the bug A clear and concise description of what the bug is. ### To Reproduce To help us to reproduce this bug, please provide information below: ```python import...