iceqing
iceqing
相关issue: https://github.com/baidu/amis/issues/3908 https://github.com/iceqing/react-amis-admin/issues/3
由于采用的是GPL协议,自己编写的插件,需要开源吗?
这个问题还在跟进吗?
how to remove the title ?
This plugin will show app name in toast, because the miui9's problem. You can try this in the source code: ``` Toast toast = Toast.makeText(context, "", duration); // use setText,...
没人处理这个问题吗?README中的demo:http://116.85.44.234:8081/ 无法被打开
采用多卡训练时进行了报错:`transformer.prefix_encoder.embedding.weight doesn't have any device set.`,有遇到这种情况的吗?报错堆栈如下 ``` Loading checkpoint shards: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:52> All model checkpoint weights were used when initializing ChatGLMForConditionalGeneration. [WARNING|modeling_utils.py:3034] 2023-04-16 14:40:32,653 >> Some weights of ChatGLMForConditionalGeneration...
我按照文档采用3.8同样报错 ``` content/langchain-ChatGLM_README.md 未能成功加载Traceback (most recent call last): File "/home/ice/anaconda3/envs/py38/lib/python3.8/site-packages/gradio/routes.py", line 401, in run_predict output = await app.get_blocks().process_api( File "/home/ice/anaconda3/envs/py38/lib/python3.8/site-packages/gradio/blocks.py", line 1302, in process_api result = await self.call_function( File "/home/ice/anaconda3/envs/py38/lib/python3.8/site-packages/gradio/blocks.py",...
我按照README里的手工解压punkt和tagger后,放到指定目录解决了,多谢 [punkt.zip](https://github.com/nltk/nltk_data/raw/gh-pages/packages/tokenizers/punkt.zip) 中的 packages/tokenizers 解压,放到 nltk_data/tokenizers 存储路径下。 nltk_data 存储路径可以通过 nltk.data.path 查询。 将 [averaged_perceptron_tagger.zip](https://github.com/nltk/nltk_data/blob/gh-pages/packages/taggers/averaged_perceptron_tagger.zip) 下载,解压放到 nltk_data/taggers 存储路径下。 nltk_data 存储路径可以通过 nltk.data.path 查询。
我也建议能支持“搜索框能否支持模糊搜索?”这个功能, 有时候根本记不住全路径