Release 0.2.2-rc.3
ctranslate2-bindings@0.2.2-rc.3 tabby@0.2.2-rc.3 Generated by cargo-workspacesv0.2.2-rc.3
parent
019c745ac6
commit
e466c1d6cb
|
|
@ -690,7 +690,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ctranslate2-bindings"
|
name = "ctranslate2-bindings"
|
||||||
version = "0.2.2-rc.2"
|
version = "0.2.2-rc.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-stream",
|
"async-stream",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
@ -3086,7 +3086,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tabby"
|
name = "tabby"
|
||||||
version = "0.2.2-rc.2"
|
version = "0.2.2-rc.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-stream",
|
"async-stream",
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ members = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.2.2-rc.2"
|
version = "0.2.2-rc.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Meng Zhang"]
|
authors = ["Meng Zhang"]
|
||||||
homepage = "https://github.com/TabbyML/tabby"
|
homepage = "https://github.com/TabbyML/tabby"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ctranslate2-bindings"
|
name = "ctranslate2-bindings"
|
||||||
version = "0.2.2-rc.2"
|
version = "0.2.2-rc.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tabby"
|
name = "tabby"
|
||||||
version = "0.2.2-rc.2"
|
version = "0.2.2-rc.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ export default () => {
|
||||||
prompt: "def binarySearch(arr, left, right, x):\n mid = (left +",
|
prompt: "def binarySearch(arr, left, right, x):\n mid = (left +",
|
||||||
});
|
});
|
||||||
const headers = { "Content-Type": "application/json" };
|
const headers = { "Content-Type": "application/json" };
|
||||||
const res = http.post("http://api.tabbyml.com/v1/completions", payload, {
|
const res = http.post("https://tabbyml-tabby-template-space.hf.space/v1/completions", payload, {
|
||||||
headers,
|
headers,
|
||||||
});
|
});
|
||||||
check(res, { success: (r) => r.status === 200 });
|
check(res, { success: (r) => r.status === 200 });
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue