Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to migrate the recipe catalog, leading to impossible "restart" of recipes #1749

Closed
slemeur opened this issue Sep 18, 2024 · 0 comments · Fixed by #1750
Closed
Assignees
Labels

Comments

@slemeur
Copy link
Contributor

slemeur commented Sep 18, 2024

Bug description

Since 1.2.x, the versioning of the catalog of recipe should be happening on behalf of the user #1475

Unfortunately, I had a recipe that was already pulled and it is impossible to restart it.

Screenshot 2024-09-18 at 16 15 55

user-catalog.json:

  "recipes": [],
  "models": [
    {
      "id": "/Users/slemeur/Downloads/Meta-Llama-3-8B-Instruct-Q8_0.gguf",
      "name": "Meta-Llama-3-8B-Instruct-Q8_0",
      "description": "Model imported from /Users/slemeur/Downloads/Meta-Llama-3-8B-Instruct-Q8_0.gguf",
      "hw": "CPU",
      "file": {
        "path": "/Users/slemeur/Downloads",
        "file": "Meta-Llama-3-8B-Instruct-Q8_0.gguf",
        "size": 8540770496,
        "creation": "2024-04-19T09:09:06.922Z"
      },
      "memory": 8540770496
    }
  ],
  "categories": []
}
@slemeur slemeur added kind/bug Something isn't working area/recipe labels Sep 18, 2024
@jeffmaury jeffmaury self-assigned this Sep 19, 2024
jeffmaury added a commit to jeffmaury/ai-lab that referenced this issue Sep 19, 2024
Fixes containers#1749

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✔️ Done
Development

Successfully merging a pull request may close this issue.

2 participants