Fix config.json: correct rope_theta to 500000.0 and use_cache to true

#1

Corrected two config values for Llama 3.1 compatibility:

  • rope_theta: 5000.0 -> 500000.0 (correct base frequency for Llama 3.1)
  • use_cache: false -> true (enable KV-caching for efficient inference)

Thanks for catching this and putting together the fix! Merging now.

RavichandranJ changed pull request status to merged

Sign up or log in to comment