Setup: WikiText-2 test set (1,256,449 bytes), ctx=512, Tesla P40 (cc 6.1, 24 GB VRAM).
Binary: dist/bin/perplexity from ollama-bugfix branch turboquant-qjl.
Teacher-forced PPL: for each token position i, measures −log P(tokenᵢ | token₀…ᵢ₋₁), PPL = exp(mean NLL).
Same methodology as KVQuant, KIVI, TurboQuant papers.
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
| --- dsdt.orig 2019-06-10 16:09:40.945676250 +0200 | |
| +++ dsdt.dsl 2019-06-10 16:28:15.274723137 +0200 | |
| @@ -3905,11 +3905,13 @@ | |
| If (LEqual (PM6H, One)) | |
| { | |
| CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW) // _RW_: Read-Write Status | |
| - Store (Zero, ECRW (If (PM0H) | |
| - { | |
| - CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN, F0LN) // _LEN: Length | |
| - Store (Zero, F0LN) /* \_SB_.PCI0._CRS.F0LN */ |