Results 1 comments of maxy

this section of code has the same issue: `from mii import pipeline pipe = pipeline("mistralai/Mistral-7B-Instruct-v0.1") output = pipe(["Hello, my name is", "DeepSpeed is"], max_new_tokens=128) print(output)` error info: `RuntimeError: The server...