Skip to content

Commit d0617d5

Browse files
docs: fix repo URL in README (LMMs-Lab -> EvolvingLMMs-Lab) (#182)
1 parent 2fe89eb commit d0617d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1111
[![Lint](https://github.com/EvolvingLMMs-Lab/lmms-engine/actions/workflows/lint.yml/badge.svg)](https://github.com/EvolvingLMMs-Lab/lmms-engine/actions/workflows/lint.yml)
1212
[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE)
13-
[![GitHub stars](https://img.shields.io/github/stars/EvolvingLMMs-Lab/lmms-engine?style=social)](https://github.com/LMMs-Lab/lmms-engine/stargazers)
13+
[![GitHub stars](https://img.shields.io/github/stars/EvolvingLMMs-Lab/lmms-engine?style=social)](https://github.com/EvolvingLMMs-Lab/lmms-engine/stargazers)
1414

1515
[Quick Start](#-quick-start)[Examples](#-featured-examples)[Model Support](#-model-support)[Optimizations](#️-optimizations)[Codebase Architecture](#️-codebase-architecture)[Documentation](#-documentation)
1616

@@ -29,7 +29,7 @@
2929

3030
```bash
3131
# Clone the repository
32-
git clone https://github.com/LMMs-Lab/lmms-engine.git
32+
git clone https://github.com/EvolvingLMMs-Lab/lmms-engine.git
3333
cd lmms-engine
3434

3535
# Install editable packages
@@ -415,7 +415,7 @@ If you use LMMs Engine in your research, please cite:
415415
title={LMMs Engine: A simple, unified multimodal framework for pretraining and finetuning.},
416416
author={LMMs-Lab},
417417
year={2025},
418-
url={https://github.com/LMMs-Lab/lmms-engine}
418+
url={https://github.com/EvolvingLMMs-Lab/lmms-engine}
419419
}
420420
```
421421

0 commit comments

Comments
 (0)