Commit graph

4648 commits

Author SHA1 Message Date
林义章
7cb307aef5 Merge branch 'prepare-for-opensource' into 'expo'
开源准备

See merge request agents/exp_optimizer!24
2024-10-15 03:53:30 +00:00
Yizhou Chi
1d4a845120 支持跑通mle bench 2024-10-14 16:12:26 +08:00
Yizhou Chi
a91003a7fe disable submission 2024-10-14 09:56:55 +08:00
Yizhou Chi
3a57060e25 1. add eval_func for sela and compatibility to others
2. llm extract score (use all code block and execution results)
3. add argument for custom dataset dir
4. dataset custom requirement support
2024-10-12 17:16:51 +08:00
Alexander Wu
45f102c145
Merge pull request #1500 from geekan/fix-serialize-error
fix #687
2024-10-12 00:06:40 +08:00
shenchucheng
61bb7749e4 fix #687 2024-10-11 21:06:34 +08:00
Yizhou Chi
eda9322361 1. dynamically add insight
2. insight from scratch in real time
2024-10-11 18:37:35 +08:00
Alexander Wu
4c55a976c6
Merge pull request #1499 from voidking/main
chore: 代码格式化
2024-10-11 17:53:06 +08:00
voidking
5afa7f045a chore: 代码格式化 2024-10-11 17:47:12 +08:00
Alexander Wu
2a2380613d
Merge pull request #1440 from femto/rm_sk_agent
Rm sk agent
2024-10-11 17:19:25 +08:00
Alexander Wu
cb8fcb9323
Merge pull request #1465 from MorpheusI0/feature/support_for_open_webui
feat: add optional authorization header for Ollama to support Open WebUI
2024-10-11 17:18:30 +08:00
femto
a7efa27ce0 rm 2024-10-11 16:48:08 +08:00
Yizhou Chi
f7374c03af rename analysis pool to insight pool 2024-10-11 14:55:45 +08:00
Yizhou Chi
56e7a08a1c insight pool is now able to dynamically increase 2024-10-11 14:48:56 +08:00
Alexander Wu
5be77dfd73
Merge pull request #1452 from iorisa/feature/README.md
feat: + python <3.12
2024-10-11 13:35:49 +08:00
Alexander Wu
be5100ab2d
Merge pull request #1460 from iorisa/fixbug/qianfan_timeout
fixbug: qianfan timeout
2024-10-11 13:34:53 +08:00
Alexander Wu
1538661ced
Merge pull request #1459 from geekan/fixbug/1455
fixbug: recovered role can't observe new message
2024-10-11 13:34:43 +08:00
Alexander Wu
8263105085
Merge pull request #1490 from eltociear/patch-2
chore: update st_role.py
2024-10-11 13:30:41 +08:00
Alexander Wu
b12cd6a7b5
Merge pull request #1496 from better629/tokens
fix dashscope high version problem
2024-10-11 13:30:04 +08:00
Yizhou Chi
ae12d73747 remove dependency 2024-10-11 13:12:03 +08:00
Yizhou Chi
9c54113f77 make sure image task starting from datapreprocessing 2024-10-11 10:41:33 +08:00
Yizhou Chi
cdfb413f9d 去掉role装饰器 2024-10-11 10:05:15 +08:00
Yizhou Chi
e1c2683038 删除图片 2024-10-11 10:03:08 +08:00
better629
c023a235a4 fix dashscope high version problem 2024-10-10 22:07:34 +08:00
Yizhou Chi
9f4eba7f60 add scripts 2024-10-10 19:43:56 +08:00
Yizhou Chi
eb460d3e19 make timeout as argument 2024-10-10 18:54:40 +08:00
Yizhou Chi
2fc8f20de6 can change timeout through data.yaml 2024-10-10 16:38:19 +08:00
Yizhou Chi
f80ebc4d67 1. add role level timeout 限制是1000s
2. 修改log的层级逻辑
3. data.yaml 只用于存路径
2024-10-10 16:30:07 +08:00
林义章
573e9b6d9e Merge branch 'improve-multimodal' into 'expo'
Improve multimodal

See merge request agents/exp_optimizer!22
2024-10-10 02:17:38 +00:00
Ikko Eltociear Ashimine
d8a5a9c27c
chore: update st_role.py
occuring -> occurring
2024-10-03 16:25:48 +09:00
Yizhou Chi
788e42ea55 update model list 2024-09-30 16:06:48 +08:00
Alexander Wu
bdba23e422
Merge pull request #1488 from better629/tokens
update lastedt model usage
2024-09-29 15:38:02 +08:00
better629
325e45247e support o1-series 2024-09-29 15:15:29 +08:00
better629
50cdecf627 simplify code 2024-09-29 14:47:25 +08:00
better629
f7dd8c965e update close-source latest model usage 2024-09-29 14:38:11 +08:00
better629
91c2729112
Merge pull request #1486 from IcarusAegis/add_token
Added token cost and MAX token for Qwen 2.5 series
2024-09-29 11:31:20 +08:00
Yizhou Chi
1589a04cdb clarify prediction saving prompt 2024-09-28 18:27:23 +08:00
Yizhou Chi
db247d9ff4 save result order 2024-09-28 15:01:01 +08:00
Yizhou Chi
06702db6d1 update pet 2024-09-28 10:39:12 +08:00
Yizhou Chi
bd26e900e6 update target label 2024-09-28 10:07:35 +08:00
Yizhou Chi
af844693b1 change label column 2024-09-27 15:13:23 +08:00
IcarusAegis
65f2cae6c0 Add Qwen2.5 tokens_counter 2024-09-27 14:38:09 +08:00
Yizhou Chi
1654174b15 Merge branch 'expo' into improve-multimodal 2024-09-27 12:58:47 +08:00
Yizhou Chi
24536df24c update_save_order 2024-09-27 12:54:22 +08:00
林义章
98ef44acda Merge branch 'ray_multilmodal_0925' into 'expo'
add autogluon multimodal support

See merge request agents/exp_optimizer!23
2024-09-27 04:26:11 +00:00
Rayhao
e2c82249b3 import issue 2024-09-26 21:13:48 -07:00
Yizhou Chi
2b67355358 add step score 2024-09-26 20:25:36 +08:00
Rayhao
3c397387f9 add tuning data for tabular mode 2024-09-25 23:32:52 -07:00
Rayhao
1a1855f21a add input param for autogluon 2024-09-25 23:28:16 -07:00
Rayhao
e2cee3905f add autogluon multimodal support 2024-09-25 22:58:04 -07:00