diff --git a/examples/offline_inference_fakehpu.py b/examples/offline_inference_fakehpu.py index 351df396bb203..e298710400d06 100644 --- a/examples/offline_inference_fakehpu.py +++ b/examples/offline_inference_fakehpu.py @@ -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 ", @@ -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.