Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b4bed3a

Browse files
Release new version.
1 parent fef0cb6 commit b4bed3a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ pip install diffusionLM
4747
For 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
5252
pip 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+

‎setup.py‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55

66
setup(
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",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /