File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ pip install diffusionLM
4747For development installation:
4848
4949``` bash
50- git clone https://github.com/codewithdark-git/PIP-DifffusionLM .git
51- cd PIP-DifffusionLM
50+ git clone https://github.com/codewithdark-git/DiffusionLM .git
51+ cd DiffusionLM
5252pip install -e .
5353```
5454
@@ -172,12 +172,12 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
172172 journal={GitHub Repository},
173173 year={2025},
174174 publisher={GitHub},
175- url={https://github.com/codewithdark-git/PIP-DifffusionLM }
175+ url={https://github.com/codewithdark-git/DiffusionLM }
176176}
177177```
178178
179179## Contact
180180
181181- GitHub: [ @codewithdark-git ] ( https://github.com/codewithdark-git )
182182- Email: codewithdark90@gmail.com
183- # PIP-DifffusionLM
183+
Original file line number Diff line number Diff line change 55
66setup (
77 name = "diffusionLM" ,
8- version = "0.1.8.0 " ,
8+ version = "0.1.9 " ,
99 author = "Dark Coder" ,
1010 author_email = "codewithdark90@gmail.com" ,
1111 description = "A diffusion-based language model implementation" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
14- url = "https://github.com/codewithdark-git/PIP-DifffusionLM" ,
15-
14+ project_urls = {
15+ "Homepage" : "https://github.com/codewithdark-git/DiffusionLM" ,
16+ "Sponsor" : "https://github.com/sponsors/codewithdark-git" , # 💰
17+ },
1618 packages = find_packages (include = ["diffusionLM" , "diffusionLM.*" ]),
1719 classifiers = [
1820 "Development Status :: 3 - Alpha" ,
You can’t perform that action at this time.
0 commit comments