Skip to content

Conversation

@minpeter
Copy link
Contributor

Summary

  • Fix model file structure to use directories for IDs containing / (e.g., Qwen/Qwen3-30B-A3B)
  • Update generate-friendli.ts to create proper directory structure instead of replacing / with -

Problem

Model IDs like Qwen/Qwen3-30B-A3B were being stored as Qwen-Qwen3-30B-A3B.toml, causing 404 errors when the API expected the original ID format.

Solution

  • Restructure model files: Qwen-Qwen3-30B-A3B.tomlQwen/Qwen3-30B-A3B.toml
  • Fix generator script to preserve / as directory separator

- Change model file structure to use directories for IDs containing '/'
- Update generate-friendli.ts to create directory structure instead of replacing '/' with '-'
- Fixes 404 errors caused by model ID mismatch (e.g., Qwen/Qwen3-30B-A3B vs Qwen-Qwen3-30B-A3B)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant