Skip to content

Commit

Permalink
Remove failing prompt - text formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaksymczuk committed Sep 16, 2024
1 parent 0c79630 commit 88efc02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/offline_inference_fakehpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# Sample prompts.
prompts = [
"Berlin is the capital city of ",
"Louvre is located in the city called ",
"Barack Obama was the 44th president of ",
"Warsaw is the capital city of ",
"Gniezno is a city in ",
Expand All @@ -18,7 +17,7 @@
"Llanfairpwllgwyngyll is located in country of ",
]
ref_answers = [
"Germany", "Paris", "United States", "Poland", "Poland", "Israel",
"Germany", "United States", "Poland", "Poland", "Israel",
"California", "Wales"
]
# Create a sampling params object.
Expand Down

0 comments on commit 88efc02

Please sign in to comment.