Skip to content

Commit

Permalink
Update tactic_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yangky11 authored Aug 29, 2024
1 parent 903fac4 commit b5c1e5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prover/tactic_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ async def generate(
theorem_pos: Pos,
num_samples: int,
) -> List[Tuple[str, float]]:
# prompt = f"<|begin_of_text|><|start_header_id|>user<|end_header_id|>\n\n[GOAL]\n{state}\n[PROOFSTEP]\n<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n"
prompt = self.template % state
response = await self.vllm_actor.generate.remote(prompt, num_samples)
return [
Expand Down

0 comments on commit b5c1e5b

Please sign in to comment.