This commit is contained in:
GeeeekExplorer
2025-06-10 08:52:58 +08:00
parent a5a4909e6a
commit b98e1ca305
10 changed files with 39 additions and 26 deletions

View File

@@ -24,6 +24,6 @@ prompts = [
completions = llm.generate(prompts, sampling_params)
for p, c in zip(prompts, completions):
print("\n\n")
print("\n")
print(f"Prompt: {p}")
print(f"Completion: {c}")