MOSS icon indicating copy to clipboard operation
MOSS copied to clipboard

An open-source tool-augmented conversational language model from Fudan University

Results 292 MOSS issues
Sort by recently updated
recently updated
newest added

hi, since some decent GPUs has gained some accelerations on torch2.0 does torch2.0 support now?

参考 https://github.com/OpenLMLab/MOSS_Vortex 换了个模型 ``` 2023-05-11 11:04:36,394 - 82 - INFO - mosec_server.py:357 - [MOSEC] [INIT] Initializing model on device=3 2023-05-11 11:04:36,423 - 124 - INFO - mosec_server.py:357 - [MOSEC] [INIT]...

we can convert dataset in `SFT_data/conversations` to `./sft_data/train.jsonl` Here is the code: ```python # prepare_moss_sft.py """ prepare train and val dataset for for moss-sft This method will not generate the...

I couldn't find the code to release this process in this repository. Has anyone successfully converted a finetuned MOSS model to its quantized version? If so, could you please share...

![image](https://user-images.githubusercontent.com/32135928/236473140-c922e8e4-f386-43f2-9efc-4feaf729e0b2.png)

1.运行run.sh,生成moss-moon-003-sft-int4下面的文件,包含: - 1 - latest - zero_to_fp32.py 2.运行zero_to_fp32.py 生成新文件到output_file路径下面(新模型) 3.加载新模型demo,正常。 4.对话输出,任何问题的答案都变成了感叹号,: “!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!” 这是什么原因,有哪位大佬帮助解决一下,谢谢。 ![image](https://github.com/OpenLMLab/MOSS/assets/5407786/d2807917-4a0b-4c62-8d89-99fce6b1c374)

![图片](https://github.com/OpenLMLab/MOSS/assets/76983389/55a0fca6-427d-489c-8cf5-be1c5a46728d)