AutomatosX's picture
Add files using upload-large-folder tool
bfe8589 verified
Raw
History Blame Contribute Delete
1.32 kB
{
"schema_version": "ax.optiq_validation.v1",
"model": "AutomatosX/AX-Qwen3-Coder-Next-MLX-OptiQ-4bit",
"date": "2026-07-22",
"mlx_lm": {
"generation": "passed",
"sample": "Here's a Python function that merges two sorted lists into a single sorted list:\n\n```python\ndef merge_sorted_lists(list1, list2):\n \"\"\"\n Merge two sorted lists into a single sorted list.\n \n Args:\n list1: First sorted list (ascending order)\n list2: Second sorted list (ascending order)\n \n Returns:\n A new sorted list containing all elements from both input lists\n \n Time Complexity: O(n + m) where n and m are the lengths of the input lists\n Space Comple",
"loader": "mlx_lm",
"index_validation": {
"status": "warning",
"stdout": "",
"stderr": "Traceback (most recent call last):\n File \"/Users/akiralam/code/hf-df/scripts/validate_optiq_model.py\", line 327, in <module>\n main()\n File \"/Users/akiralam/code/hf-df/scripts/validate_optiq_model.py\", line 197, in main\n raise RuntimeError(\"Mistral tokenizer regex correction is missing\")\nRuntimeError: Mistral tokenizer regex correction is missing\n",
"returncode": 1
}
},
"ax_engine": {
"version": "6.11.1",
"result": "ready",
"model_issues": []
}
}