Skip to content

Commit 02b8d2c

Browse files
authored
v2.6.0 (#762)
1 parent df9719c commit 02b8d2c

File tree

14 files changed

+458
-10
lines changed

14 files changed

+458
-10
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.5.1"
7+
default: "2.6.0"
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 about customizing 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.5.1"
3+
version = "2.6.0"
44
edition = "2021"
55
authors = ["PostgresML <team@postgresml.org>"]
66
license = "MIT"

pgml-dashboard/content/blog/announcing-gptq-and-ggml-quantized-llm-support-for-huggingface-transformers.md

Lines changed: 446 additions & 0 deletions
Large diffs are not rendered by default.

pgml-dashboard/content/docs/guides/setup/developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ SELECT pgml.version();
127127
postgres=# select pgml.version();
128128
version
129129
-------------------
130-
2.5.1
130+
2.6.0
131131
(1 row)
132132
```
133133

pgml-dashboard/content/docs/guides/setup/v2/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ SELECT pgml.version();
217217
postgres=# select pgml.version();
218218
version
219219
-------------------
220-
2.5.1
220+
2.6.0
221221
(1 row)
222222
```
223223

pgml-dashboard/src/api/docs.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ async fn blog_handler<'a>(path: PathBuf, cluster: &Cluster) -> Result<ResponseOk
8080
cluster,
8181
&path,
8282
vec![
83+
NavLink::new("Announcing GPTQ & GGML Quantized LLM support for Huggingface Transformers")
84+
.href("/blog/announcing-gptq-and-ggml-quantized-llm-support-for-huggingface-transformers"),
8385
NavLink::new("Making Postgres 30 Percent Faster in Production")
8486
.href("/blog/making-postgres-30-percent-faster-in-production"),
8587
NavLink::new("MindsDB vs PostgresML")

pgml-dashboard/src/utils/markdown.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ impl SyntaxHighlighterAdapter for SyntaxHighlighter {
269269
"pgml.sum",
270270
"pgml.norm_l2",
271271
"CONCURRENTLY",
272-
"ON",
272+
"ON\n",
273273
];
274274
static ref SQL_KEYS_REPLACEMENTS: [&'static str; 57] = [
275275
"<span class=\"syntax-highlight\">CASCADE</span>",
@@ -328,7 +328,7 @@ impl SyntaxHighlighterAdapter for SyntaxHighlighter {
328328
"<strong>pgml.sum</strong>",
329329
"<strong>pgml.norm_l2</strong>",
330330
"<span class=\"syntax-highlight\">CONCURRENTLY</span>",
331-
"<span class=\"syntax-highlight\">ON</span>",
331+
"<span class=\"syntax-highlight\">ON</span>\n",
332332
];
333333
static ref AHO_SQL: AhoCorasick = AhoCorasickBuilder::new()
334334
.match_kind(MatchKind::LeftmostLongest)
4.06 MB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy