ollama-coding-bench.json 974 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "model": "glm-4.7-flash-128k",
  3. "ts": "2026-02-22 05:56:00",
  4. "profiles": [
  5. {
  6. "name": "ctx32k",
  7. "options": {
  8. "num_ctx": 32768,
  9. "temperature": 0.2,
  10. "num_predict": 1200
  11. },
  12. "all_success": false,
  13. "rounds": [
  14. {
  15. "turn": 1,
  16. "ok": false,
  17. "error": "timed out"
  18. }
  19. ]
  20. },
  21. {
  22. "name": "ctx64k",
  23. "options": {
  24. "num_ctx": 65536,
  25. "temperature": 0.2,
  26. "num_predict": 1200
  27. },
  28. "all_success": false,
  29. "rounds": [
  30. {
  31. "turn": 1,
  32. "ok": false,
  33. "error": "timed out"
  34. }
  35. ]
  36. },
  37. {
  38. "name": "ctx96k",
  39. "options": {
  40. "num_ctx": 98304,
  41. "temperature": 0.2,
  42. "num_predict": 1200
  43. },
  44. "all_success": false,
  45. "rounds": [
  46. {
  47. "turn": 1,
  48. "ok": false,
  49. "error": "timed out"
  50. }
  51. ]
  52. }
  53. ]
  54. }