Skip to content

docs: fix broken Salamandra repository link - #2293

Merged
lianakoleva merged 3 commits into
Lightning-AI:mainfrom
richboyneedcash:fix-salamandra-repo-link
Sep 8, 2026
Merged

docs: fix broken Salamandra repository link#2293
lianakoleva merged 3 commits into
Lightning-AI:mainfrom
richboyneedcash:fix-salamandra-repo-link

Conversation

@richboyneedcash

@richboyneedcash richboyneedcash commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

What

The Salamandra model entry in the supported-models table links to github.com/BSC-LTC/salamandra, which 404s (wrong org name).

The repository is at github.com/langtech-bsc/salamandra (BSC Language Technologies Lab — the same group whose Hugging Face org BSC-LT is already referenced in litgpt/config.py).

Fixed in both places the link appears:

  • README.md
  • tutorials/download_model_weights.md
- [BSC-LTC 2024](https://github.com/BSC-LTC/salamandra)
+ [BSC-LTC 2024](https://github.com/langtech-bsc/salamandra)

Verified the new URL resolves. Docs-only change.

Ref: https://huggingface.co/BSC-LT/salamandra-7b#salamandra-model-card

The Salamandra model entry links to github.com/BSC-LTC/salamandra, which
404s (wrong org). The model repository is at github.com/langtech-bsc/salamandra
(BSC Language Technologies Lab, the same group whose HF org BSC-LT is
referenced in litgpt/config.py). Fix the link in both the README and the
download_model_weights tutorial.

Co-authored-by: TRAE CLI <noreply@bytedance.com>
@lianakoleva
lianakoleva merged commit cacc2e2 into Lightning-AI:main Sep 8, 2026
28 of 29 checks passed
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.

3 participants