tanghengjian
tanghengjian
【bug&fixed】vnode status keep "unsynced" when tarbitrator process shuts down even it starts up again
tdengine version: 2.2.1.3 key configurations: replica 2 numOfMnodes 3 dnodes is 3. arbitrator is used . We suppose it comes when : 1、tarbitrator process is shut down (some reason) 【we...
Here is the case: 1、suppose a head chunk compaction by default 2h range from 12:00-14:00. And we know the real time may reach 15:10, because the compaction need 1.5*range time....
GetRef() computes label's Hash in ` a.head.series.getByHash(lset.Hash(), lset) `. But we find a case that (1) label's Hash will be used twice in a function and (2) there will be...
follow this guide to prepare weight [MiniGPT-4/PrepareVicuna.md at main · Vision-CAIR/MiniGPT-4 · GitHub](https://github.com/Vision-CAIR/MiniGPT-4/blob/main/PrepareVicuna.md) 1、base model: [https://huggingface.co/decapoda-research/llama-7b-hf](https://huggingface.co/decapoda-research/llama-7b-hf/blob/main/config.json) 2、delta model: git clone https://huggingface.co/lmsys/vicuna-7b-delta-v0 cmd ``` python -m fastchat.model.apply_delta xxx ``` error: ```...
We have a task to transfer a gif(GIF87a, gif1.zip) to webp, here is our govips demo code: ``` func main() { vips.Startup(nil) defer vips.Shutdown() p:=vips.NewImportParams() p.NumPages.Set(-1) imagePath := "gif1.gif" buf,...
``` vips copy gif2.gif gif2avif.avif ``` gif2 has animation effection , gif2avif is a static one. **Environment** (please complete the following information) - OS: [Linux version 3.10.0-1062.el7.x86_64 (gcc version 4.8.5...
hi: will libheif has a scope to support gif2avif with animation features? https://github.com/libvips/libvips/issues/3629 thank you very much!!!
add Dockerfile for ubuntu
hi, we tested a mp4 seek with a remote url , here is the time cost ``` func (p *Processor) Process ##000test,Process,time 1693557521532 ##001test,Process,time 1693557521534 av, err := ffmpeg.LoadAVContext(rs, size)...
please help to review my pr. as discussed in https://github.com/google/leveldb/issues/721 , lz4 compress show a good performance on compress&uncompress . I have tested in leveldb_bench : ``` root@xx:/opt/opensource/level-lz4/leveldb/build# ./db_bench LevelDB:...