Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelism2 #10

Open
wants to merge 1 commit into
base: parallelism
Choose a base branch
from
Open

Parallelism2 #10

wants to merge 1 commit into from

Conversation

timmens
Copy link
Member

@timmens timmens commented Jan 19, 2024

What we did:

  • Differentiate between search radius factor and sample radius factor in speculative sampling

What happened:

  • Benchmark results got slightly worse (especially for 4 and 8 cores)

What we want to do:

General idea: Make speculative sampling resemble sampling step after acceptance decision

  • Tune search radius factor for parallel optimizer
  • Use filter on existing points in speculative sampling

@timmens timmens changed the base branch from main to parallelism January 19, 2024 17:57
Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1cacab1) 78.46% compared to head (ee26d56) 78.47%.
Report is 1 commits behind head on parallelism.

Additional details and impacted files
@@             Coverage Diff              @@
##           parallelism      #10   +/-   ##
============================================
  Coverage        78.46%   78.47%           
============================================
  Files               68       68           
  Lines             4928     4929    +1     
============================================
+ Hits              3867     3868    +1     
  Misses            1061     1061           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant