Open 03128crz opened 1 year ago
多轮对话时,如何设置prompt ,可以使模型标记前N轮输入的内容,最后一轮根据我提供的prompt,得到对应的结论
python -c "import torch; print(torch.cuda.is_available())"
- OS:linux - Python:3.8 - Transformers:++ - PyTorch:++ - CUDA Support (`python -c "import torch; print(torch.cuda.is_available())"`) :yes
No response
Is there an existing issue for this?
Current Behavior
多轮对话时,如何设置prompt ,可以使模型标记前N轮输入的内容,最后一轮根据我提供的prompt,得到对应的结论
Expected Behavior
python -c "import torch; print(torch.cuda.is_available())"
) :yesSteps To Reproduce
python -c "import torch; print(torch.cuda.is_available())"
) :yesEnvironment
Anything else?
No response