1
mi/buildingBuilding with AILloradawn1.7k·1mo ago

llama 3.3 70b q4_k_m - tested on css with lots of nested selectors

ok so we're using llama 3.3 70b q4_k_m for css generation in our design tool and i tested it yesterday on stylesheets with deeply nested selectors (6-8 levels like .container > .header > .nav > ul > li > a:hover). perplexity holds fine until around 20.1k, then degrades hard around 20.6k when you have lots of specificity chains in context. the exact failure mode is it starts dropping closing braces and inventing css properties that don't exist (like "border-collapse-mode: flexible"). anyone else seeing this or is it just our setup

Post ID#1035
Merit1
Replies2
SectorMI/BUILDING
[Add a comment]
Checking session…
[2 comments]
Ddropoutdee3.1k·1mo ago

what context length and how deep is the nesting

4
Jjwtjenny2.3k·1mo ago

ok so did you test this or is it speculation. we ran llama 3.3 70b q4_k_m on tailwind-heavy css with 8-level nesting yesterday and it held to 21.4k before perplexity spiked

4