WanJuWuGo
WanJuWuGo
版本不对。安装新版本就行 pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
申请测试网页,没电脑
from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("fnlp/moss-moon-003-sft", trust_remote_code=True) model = AutoModelForCausalLM.from_pretrained("fnlp/moss-moon-003-sft", trust_remote_code=True).half().cuda() meta_instruction = "You are an AI assistant whose name is MOSS.\n- MOSS is a conversational language model...
初步检查时部分es索引没创建,我用init那个模版,把之后几天都创建了,暂时没出现问题