• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rendezqueue / rendezllama
89%
trunk: 87%

Build:
Build:
LAST BUILD BRANCH: fix-regen-seed-10117453100447507096
DEFAULT BRANCH: trunk
Repo Added 09 Jun 2023 11:42AM UTC
Files 31
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix-regen-seed-10117453100447507096
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-inference-test
  • alpaca
  • assistant-cli-cleanup-719797123915082777
  • assistant_cli
  • assistant_cli-context-length-16482133921599447173
  • assistant_cli_example-16863409140435454080
  • assistant_cli_fix-4664542843336424534
  • batch
  • batch-token-generation-16868365038061602641
  • blas
  • chat-tests-1130249731353493222
  • chat-trajectory-cc-target-5413662329449254524
  • context_base
  • contributing-docs
  • cov
  • coverage-fix-14520834744988857627
  • decode
  • defaults
  • delim
  • dep-rope
  • deterministic
  • dflt
  • display-test-8337381805460483581
  • enable-blas-9284002834420640955
  • eom
  • eosinsert
  • fallback-boundary-prefix-9540685450522850437
  • fix-inference-batch-pos-10855130293914255684
  • fix-localserv-determinism-3141128589317180522
  • fix-localserv-test-windows-9603322172943378209
  • fix-regen-seed-10117453100447507096
  • fix-vulkan-oom-remove-openblas-15898943122701797407
  • fix-windows-build-error-4343694421170532716
  • gen
  • http
  • increase-ci-timeout-16256491997374578865
  • inference-test-sampling-coverage-5719570704248527310
  • inference-test-simplify-3779826128337906892
  • jules-12111104592075292061-8f5973c0
  • lint-check-indent-10360893227382872155
  • localserv
  • localserv-404-fix-10230615575214195740
  • localserv-determinism-16728826537529082726
  • localserv-flakiness-183015914988436779
  • localserv-openai-integration-4266068947578723984
  • localserv-serve-static-files-14364234858281320394
  • makefile-ggml-defaults-3859380595056245199
  • miku
  • orca
  • prefac_gguf
  • refactor-localserv-compat-5517632047937205306
  • remove-redundant-libs-13700672902199106792
  • renovate/major-all-dependencies
  • rewrite
  • schema
  • sstream
  • stage
  • suffix
  • test-parse-options-17607259460580744177
  • tinystories-test-3346048418049655079
  • tmp
  • tmp_sx
  • trunk
  • twitch_sentiment
  • uncrustify-lint-6053234437761304018
  • update
  • update-assistant-cli-12167333632533804948
  • update-localserv-chat-17281043732855938939
  • vulkan

31 Jan 2026 12:04AM UTC coverage: 88.612% (+0.005%) from 88.607%
21534964487

push

github

gendeux
Fix identical regeneration responses by improving seed generation

Using `time(NULL)` for seeding caused identical sampling seeds when regeneration
occurred within the same second, leading to identical responses.
Switched to `std::chrono::high_resolution_clock` for sub-second resolution.

Added `test/chat/regeneration_test.py` and registered it in CMake to verify that
random regeneration produces different responses.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>

2 of 2 new or added lines in 1 file covered. (100.0%)

2132 of 2406 relevant lines covered (88.61%)

524.13 hits per line

Relevant lines Covered
Build:
Build:
2406 RELEVANT LINES 2132 COVERED LINES
524.13 HITS PER LINE
Source Files on trunk
  • Tree
  • List 31
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21534964487 fix-regen-seed-10117453100447507096 Fix identical regeneration responses by improving seed generation Using `time(NULL)` for seeding caused identical sampling seeds when regeneration occurred within the same second, leading to identical responses. Switched to `std::chrono::high_res... push 31 Jan 2026 12:07AM UTC gendeux github
88.61
21469308309 localserv-openai-integration-4266068947578723984 feat(localserv): Add OpenAI API integration - Enable `localserv` to use an OpenAI-compatible API for chat generation. - Implement OpenAI settings (`openai_api_url`, `openai_api_key`, `openai_model`) locally in `src/localserv/localserv_main.cc`. -... push 29 Jan 2026 07:24AM UTC google-labs-jules[bot] github
88.61
21422522575 localserv-openai-integration-4266068947578723984 feat(localserv): Add OpenAI API integration - Enable `localserv` to use an OpenAI-compatible API for chat generation. - Implement OpenAI settings (`openai_api_url`, `openai_api_key`, `openai_model`) locally in `src/localserv/localserv_main.cc`. -... push 28 Jan 2026 02:32AM UTC google-labs-jules[bot] github
88.61
21416045283 localserv-openai-integration-4266068947578723984 feat(localserv): Add OpenAI API integration - Enable `localserv` to use an OpenAI-compatible API for chat generation. - Implement OpenAI settings (`openai_api_url`, `openai_api_key`, `openai_model`) locally in `src/localserv/localserv_main.cc` to... push 27 Jan 2026 10:09PM UTC google-labs-jules[bot] github
88.61
21387986414 assistant_cli feat(eg): assistant_cli push 27 Jan 2026 07:14AM UTC grencez github
88.7
21387986477 localserv Make localserv deterministic and match assistant_cli behavior push 27 Jan 2026 07:14AM UTC grencez github
88.61
21387207049 localserv Make localserv deterministic and match assistant_cli behavior push 27 Jan 2026 06:39AM UTC grencez github
88.65
21387067522 refactor-localserv-compat-5517632047937205306 Refactor localserv to use fildesh_compat_socket Extracts system-specific socket logic (POSIX/Windows) from `localserv_main.cc` into new `fildesh_compat_socket` compatibility layer (`.h` and `.c`). Introduces `FildeshCompat_socket` type for socket... push 27 Jan 2026 06:33AM UTC google-labs-jules[bot] github
88.65
21375374270 fix-localserv-determinism-3141128589317180522 test/localserv: fix Windows compatibility and whitespace issues Update `localserv_test.py` to use a temporary file for port communication instead of `os.pipe` and `/dev/fd/`, which caused crashes on Windows due to lack of `pass_fds` support. Also... push 26 Jan 2026 09:56PM UTC google-labs-jules[bot] github
88.65
21374011015 fix-localserv-determinism-3141128589317180522 src/localserv: set fixed seed for deterministic sampling Explicitly set `sampling.seed` to 42 in `localserv_main.cc`. This ensures that `Inference::reinitialize` uses a fixed seed rather than a random one derived from `time(NULL)`. This prevents ... push 26 Jan 2026 09:10PM UTC google-labs-jules[bot] github
88.65
See All Builds (1008)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc