xunyao4dev
xunyao4dev
 build 的是一个mvn,但是一直卡住git clone那一步
如何选模型基座?
作者你好,我想基于rwkv训练一个模型,请问,如何选基座模型?
I wonder it supports or not
``` import { reactive } from 'vue' import { onLoad } from '@dcloudio/uni-app' const selected = reactive([{ date: '2024-06-30', info: 'Red dot' }]); onLoad(() => { // 设置测试数据 selected.push({ date:...
我看到RefreshPolicy的实现其实是把每个key包装成一个Task,然后丢给 `JetCacheExecutor.heavyIOExecutor()` 来定时执行,但是heavyIOExecutor其实是一个coreSize=10的无界队列的线程池,max = Integer.MAX_VALUE,如果缓存的key非常多,那是不是就会导致oom?另外想问一下 ``` heavyIOExecutor = new ScheduledThreadPoolExecutor( 10, tf, new ThreadPoolExecutor.DiscardPolicy()); ``` 这里的DiscardPolicy应该是无意义的吧,因为无界队列只会oom,而不会出发DiscardPolicy
如果我的vo在web层,而dto在Service层,那automapper方案就无效
Hi, everyone I wonder that there is any way to separate text from a product poster, then I will get some text information include font-family, font-size, font-color and text position,...
I have some micro services build via Go, these call each other via gRPC, now I want to found a gateway like spring cloud gateway, I receive a http rest...
请问是否支持这个?