vivo_fufan
commited on
Commit
·
69d4412
1
Parent(s):
877649d
add changelog
Browse files- CHANGELOG.md +25 -0
CHANGELOG.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Changelog
|
| 2 |
+
|
| 3 |
+
All notable changes to this project will be documented in this file.
|
| 4 |
+
|
| 5 |
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
| 6 |
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
| 7 |
+
|
| 8 |
+
## [1.1.0] - 2024-12-26
|
| 9 |
+
|
| 10 |
+
### Changes
|
| 11 |
+
|
| 12 |
+
- **License Update**
|
| 13 |
+
- Upgraded the project license from the [Community License for BlueLM Model](https://huggingface.co/vivo-ai/BlueLM-7B-Chat-4bits/blob/main/MODEL_LICENSE) to the [OpenAtom Model License](https://huggingface.co/vivo-ai/BlueLM-7B-Chat-4bits/blob/main/OpenAtom%20Model%20License.pdf).
|
| 14 |
+
- For detailed information, please refer to the [OpenAtom Model License](https://huggingface.co/vivo-ai/BlueLM-7B-Chat-4bits/blob/main/OpenAtom%20Model%20License.pdf) file.
|
| 15 |
+
|
| 16 |
+
### Notes
|
| 17 |
+
|
| 18 |
+
- This update primarily aims to make the project more open and flexible, serving a broader range of developers and users. Based on the OpenAtom Model License for large models, users can use, modify, and distribute the project's large models with fewer restrictions.
|
| 19 |
+
- All contributors and users should review the new license terms to ensure their usage of the project aligns with the updated regulations.
|
| 20 |
+
|
| 21 |
+
## [1.0.0] - 2024-03-25
|
| 22 |
+
|
| 23 |
+
### Initial Release
|
| 24 |
+
|
| 25 |
+
- Initial release of the project, including basic features and documentation.
|