Skip to content

Commit 87d50eb

Browse files
authored
Merge pull request #1380 from apache/dev-postgresql
Merge Dev for V5.1.0
2 parents a64d65f + ef2ba0c commit 87d50eb

57 files changed

Lines changed: 5094 additions & 495 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ LIST(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Thirdparty)
2929
#string(REGEX REPLACE "^[0-9]+\\.[0-9]+\\.([0-9]+).*" "\\1" VERSION_PATCH "${VERSION}")
3030

3131

32-
SET(PACKAGE_VERSION 5.0.0) # ${VERSION})
33-
SET(VERSION 5.0.0)
32+
SET(PACKAGE_VERSION 5.1.0) # ${VERSION})
33+
SET(VERSION 5.1.0)
3434
SET(SINGA_MAJOR_VERSION 5)
35-
SET(SINGA_MINOR_VERSION 0)
35+
SET(SINGA_MINOR_VERSION 1)
3636
SET(SINGA_PATCH_VERSION 0)
3737
#SET(SINGA_MAJOR_VERSION ${VERSION_MAJOR}) # 0 -
3838
#SET(SINGA_MINOR_VERSION ${VERSION_MINOR}) # 0 - 9

RELEASE_NOTES

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
Release Notes - SINGA - Version singa-5.1.0
2+
3+
SINGA is a distributed deep learning library.
4+
5+
This release includes following changes:
6+
7+
- Add the implementations for Parameter-Efficient Fine-Tuning (PEFT).
8+
- Add the implementations of distributed models for SINGA PEFT.
9+
- Add the implementations of tuners for SINGA PEFT.
10+
- Add the implementations of the autograd functions for SINGA PEFT.
11+
- Add the multiprocess implementations for SINGA PEFT.
12+
13+
- Update the healthcare model zoo.
14+
- Restructure the folders for the healthcare model zoo.
15+
- Update the training files and model files for the healthcare model zoo.
16+
- Update the documentations for the healthcare model zoo.
17+
18+
- Add more healthcare examples.
19+
- Add the implementations of the candidiasis disease application.
20+
- Add the implementations of the cardiovascular disease application.
21+
22+
- Add the implementations for more attention mechanisms.
23+
24+
- Update the encoder layers for the transformer model.
25+
26+
- Fix typos in Python module docstrings.
27+
28+
----------------------------------------------------------------------------------------------
29+
130
Release Notes - SINGA - Version singa-5.0.0
231

332
SINGA is a distributed deep learning library.

examples/demos/Classification/BloodMnist/ClassDemo.py

Lines changed: 0 additions & 270 deletions
This file was deleted.

examples/demos/Classification/BloodMnist/Readme.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)