琴动我心
琴动我心
Modified addLocalFolder in adm-zip.js: ``` javascript addLocalFolder : function(/*String*/localPath, /*String*/zipPath, /*RegExp|Function*/filter) { if (filter === undefined) { filter = function() { return true; }; } else if (filter instanceof RegExp)...
Run in M1 Apple Mac. ```shell eland_import_hub_model --url http://elastic:xxxxx@xxxxxx --hub-model-id ./clip-ViT-B-32-multilingual-v1 --task-type text_embedding 2024-08-15 21:52:07,369 INFO : Establishing connection to Elasticsearch 2024-08-15 21:52:07,593 INFO : Connected to cluster named 'xxx'...
不确定是否应该提 issue 到这里,在 transformers 里的代码执行的时候抛了这个错: ``` AttributeError: 'ChineseCLIPConfig' object has no attribute 'hidden_size' ``` 不知道是不是因为模型不支持 sentence_transformers。 完整错误如下: ``` Traceback (most recent call last): File "/usr/local/python3/bin/eland_import_hub_model", line 8, in sys.exit(main()) File...
RT,我用 LTP/base 生成结果跟提交记录有差异,也不算是什么问题,就问问
Whether it is a problem or the old LoRA doesn't support ControlNet? ``` ControlNet: loading control SD model : xxxxx/xxxx/xxx.pth weights are loaded: _IncompatibleKeys(missing_keys=['lora_unet_down_blocks_0_attentions_0_transformer_blocks_0_attn1_to_q.alpha', 'lora_unet_down_blocks_0_attentions_0_transformer_blocks_0_attn1_to_k.alpha', 'lora_unet_down_blocks_0_attentions_0_transformer_blocks_0_attn1_to_v.alpha', 'lora_unet_down_blocks_0_attentions_0_transformer_blocks_0_attn1_to_out_0.alpha', 'lora_unet_down_blocks_0_attentions_0_transformer_blocks_0_attn2_to_q.alpha', 'lora_unet_down_blocks_0_attentions_0_transformer_blocks_0_attn2_to_k.alpha', 'lora_unet_down_blocks_0_attentions_0_transformer_blocks_0_attn2_to_v.alpha',...