Conversation
gdevenyi
added a commit
to gdevenyi/FreeToken
that referenced
this pull request
Sep 18, 2026
…oint across prefill chunks
Author
|
Tested for two days with deepseek harness and no checkpoints was missed. |
gdevenyi
added a commit
to gdevenyi/FreeToken
that referenced
this pull request
Sep 19, 2026
…oint across prefill chunks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue:
FreeToken sometimes processed an identical long prompt from scratch instead of reusing its previous work—even when checkpoint memory was available.
Model and Hardware:
GPU used | NVIDIA RTX 5090, 32 GB
CPU | AMD Ryzen 9 9950X3D, 16 cores / 32 threads
System RAM | Approximately 128 GB; 127.64 GiB visible
Operating system | Windows 11 Pro, build 26200
Linux environment | Ubuntu 26.04 LTS under WSL2
NVIDIA driver | 610.74
CUDA / PyTorch | CUDA toolkit 13.3 / PyTorch 2.11.0+cu130
Model | orcarouter/Qwen3.8-Flash-Next-Uncensored-NVFP4
Baseline | FreeToken v0.1.3, commit cac247a -> Issue exists on v0.1.2 too.
Below is generated by gpt-6 for detailed fix:
Next Actions:
I will continue to test in the next few days to see if this will actually fix the issue.