Zhengke Sun

Results 3 comments of Zhengke Sun

Kaggle may always provide one GPU, so just try to delete "--multi_gpu" in scripts.

thanks @zjrwtx, Updates: - update camel\types\enums.py for `SILICONFLOW` (including `token_limit` setting and `is_siliconflow` checking) - add examples\models\siliconflow_reasoner_model_example.py - find a bug in camel\configs\siliconflow_config.py (Fixes[#2020](https://github.com/camel-ai/camel/issues/2020)) ```python temperature: Optional[float] = None top_p:...

> Ruff auto-formatted a few things, so the pre-commit check failed because of that. If you run pre-commit run --all-files locally before pushing, it'll auto-fix formatting stuff like this for...