Amber-Believe

Results 12 comments of Amber-Believe

![企业微信截图_17259622432984](https://github.com/user-attachments/assets/35b3d728-a6ff-4d1a-ba2d-8fefeef0e6ac) In the v0.6.0 model, the total number of requests is 1000, -- the request-rate is 100, 1) only half of the requests are successfully responded to, why do so...

> @Amber-Believe确保你关注了#8176 Hello, so the meaning here is that the number of successful responses is only half due to the problem of the multi-step scheduler (--num-scheduler-steps 10)?

> 是说 vision encoder 加了 lora 了么?这个还没有支持 使用lora训练多个领域的能力,然后对应多个adapter,想要根据不同的场景,加载不同的adapter,然后通过调用API的方式使用,这种支持吗(多模态)

有点像动态lora,通过专用 API 端点在运行时动态配置 LoRA 适配器,可以动态更改模型这种

Alice方(服务方): #ray start --head --node-ip-address="ip" --port="3000" --include-dashboard=False --disable-usage-stats import secretflow as sf import spu from secretflow.ml.boost.homo_boost import SFXgboost from secretflow.security.aggregation import SPUAggregator, SecureAggregator print('The version of SecretFlow: {}'.format(sf.__version__)) sf.shutdown() cluster_config...

![image](https://github.com/user-attachments/assets/e3284283-a7df-4113-9dad-92ca34a92cc5)

BOB方 ![image](https://github.com/user-attachments/assets/23405239-d7c7-4c14-8b18-046a8f69b88e)

你好 1.咨询下object_store_memory是提供的“多方的虚拟空间”吗? 2.目前的想法是:client提供数据,要求在数据加密的情况下,server方使用加密数据训练模型,全程受到隐私保护,这种适合哪个pipeline呢? 3.是否只有使用spu才是加密的,只在pyu上是明文?