wulixuan
wulixuan
**Is your feature request related to a problem? Please describe.** For now, if I want to assess multiple versions of our ML models, by using built-in metrics, we have to...
**Is your feature request related to a problem? Please describe.** I want to set up experiment in specified namespace to assess services in another namespace. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** I followed up tutorial here [kserve](https://iter8.tools/0.10/tutorials/integrations/kserve/), but the document showed that the examples were based on v0.7. I wonder whether...
**Is your feature request related to a problem? Please describe.** I have a senario here: If I need launch experiments and report results in my app (written by golang or...
#### What would you like to be added: #### Why is this needed: for now, proportional in predicate plugin was a cluster-scope functionality with setup like: ``` actions: "enqueue, allocate,...
What is the difference between this volcano project and volcano plugin in huawei cloud CCE product? In huawei cloud CCE product, after installing volcano plugin, several plugin configs were found...
1. integrate chat models with [`Yuan2.0`](https://github.com/IEIT-Yuan/Yuan-2.0/blob/main/README-EN.md) 2. add a new doc for [Yuan2.0 integration](docs/docs/integrations/llms/yuan2.ipynb) Yuan2.0 is a new generation Fundamental Large Language Model developed by IEIT System. We have published...
I tried to finetune model with the following scripts: ``` bash scripts/run_finetune.sh ``` As I can see, the commands in this script was like: ``` #!/bin/bash # Please run this...
你们好,我自己有一份私有大模型,预训练的时候,输入和输出之间的分隔符是"[SEP]",输出终止token是“\”。现在我想借助lmflow进行微调。我注意到,数据格式只能是text_only 和text2text,请问text_only 和text2text 在使用上有什么区别? 我应该如何构造我的数据集,才能使用你们的微调和推理脚本呢? 比如,我的数据格式是: ``` 问:能否帮我写一个python代码判断一个数字是否是偶数?答:is_even = lambda x: x % 2 == 0 ```
**Is your feature request related to a problem? Please describe.** I am very interested in this project, you guys did a great job. And I wonder if there is a...