Skip to content

Commit

Permalink
not inmem
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed May 11, 2021
1 parent 0feef50 commit 40e6206
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hq/cli/run_thejoker_again.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def worker(task):
rerun_samples = joker.rejection_sample(
task['data'],
prior_samples=conf.rerun_n_prior_samples,
return_logprobs=True,
in_memory=True)
return_logprobs=True)

# Ensure only positive K values
rerun_samples.wrap_K()
Expand Down

0 comments on commit 40e6206

Please sign in to comment.