Movatterモバイル変換


[0]ホーム

URL:


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

Commit44979c0

Browse files
authored
update for release (#649)
1 parentb139277 commit44979c0

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

‎.github/workflows/package-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
packageVersion:
7-
default:"2.4.6"
7+
default:"2.4.7"
88

99
jobs:
1010
build:

‎pgml-dashboard/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎pgml-dashboard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="pgml-dashboard"
3-
version ="2.4.6"
3+
version ="2.4.7"
44
edition ="2021"
55
authors = ["Lev Kokotov <lev@postgresml.org>"]
66
license ="MIT"

‎pgml-docs/docs/developer_guide/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ That's it, PostgresML is ready. You can validate the installation by running:
125125
postgres=# select pgml.version();
126126
version
127127
-------------------
128-
2.4.6
128+
2.4.7
129129
(1 row)
130130
```
131131

‎pgml-docs/docs/user_guides/setup/v2/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ That's it, PostgresML is ready. You can validate the installation by running:
215215
postgres=# select pgml.version();
216216
version
217217
-------------------
218-
2.4.6
218+
2.4.7
219219
(1 row)
220220
```
221221

‎pgml-extension/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎pgml-extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="pgml"
3-
version ="2.4.6"
3+
version ="2.4.7"
44
edition ="2021"
55

66
[lib]

‎pgml-extension/requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ accelerate==0.19.0
22
datasets==2.12.0
33
deepspeed==0.8.1
44
huggingface-hub==0.14.1
5-
InstructorEmbedding
6-
lightgbm
7-
pandas==1.5.3
8-
rich==13.3.1
9-
rouge
10-
sacrebleu
11-
sacremoses
12-
scikit-learn
13-
sentencepiece
5+
InstructorEmbedding==1.0.0
6+
lightgbm==3.3.5
7+
pandas==2.0.1
8+
rich==13.3.5
9+
rouge==1.0.1
10+
sacrebleu==2.3.1
11+
sacremoses==0.0.53
12+
scikit-learn==1.2.2
13+
sentencepiece==0.1.99
1414
sentence-transformers==2.2.2
15-
torch==1.13.1
16-
torchaudio==0.13.1
17-
torchvision==0.14.1
15+
torch==2.0.1
16+
torchaudio==2.0.1
17+
torchvision==0.15.2
1818
tqdm==4.65.0
19-
transformers==4.29.1
20-
xgboost
19+
transformers==4.29.2
20+
xgboost==1.7.5

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp