ninghongbo123
ninghongbo123
Have anyone ever meet this issue using metadata| export ?
1.因公司电脑安装有360,会禁用注册表的certificates。 2.经多次测试发现,如果360提醒v2ray修改注册表,选择允许,便可以上网;但是360不是每次都提醒,是否可以理解为v2ray不是每次运行都会修改certificates,不修改的话便上不了网; 3.请问有人知道如何手动修改certificates为某个值吗。
请问楼主方便分享下数据集吗?在百度云或其它
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 请问ChatGLM-6B-INT8跟load(ChatGLM-6B).quantize(8)有什么区别吗? ### Expected Behavior _No response_ ### Steps To Reproduce 无...
我查看了bloom-7B是基于FP16的参数,模型大小十几个G。 为什么belle-7B模型大小来到了二十多个G,是从FP16转移到了FP32吗?
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 在ptuning的训练代码main.py中: 训练时的tokenize,会在输入中增加gmask和sos等特殊标记符: `input_ids = tokenizer.build_inputs_with_special_tokens(a_ids, b_ids)` 但是,推理时的tokenize,并没有该行代码,没有相应的特殊标记。 因此,存不存在训练和推理时的不一致问题呢? 有没有小伙伴可以解答下呢。 ### Expected...
Is deepspeed compatible with AMD CPU ? When i import DeepSpeedCPUAdam optimizer on AMD CPU, I got following warning: [WARNING] [cpu_adam.py:84:__init__] FP16 params for CPUAdam may not work on AMD...