Skip to content

Commit 3f53eb8

Browse files
committed
release 0.0.12
1 parent 56e9ee9 commit 3f53eb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "transformers"
33
description = "Transformers provides a simple, intuitive interface for Rust developers who want to work with Large Language Models locally, powered by the Candle crate. It offers an API inspired by Python's Transformers, tailored for Rust developers."
4-
version = "0.0.11"
4+
version = "0.0.12"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/ljt019/transformers/"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# transformers v0.0.11
1+
# transformers v0.0.12
22

33
<!-- CI / Workflow Badges -->
44
[<img alt="crates.io" src="https://img.shields.io/crates/v/transformers.svg?style=for-the-badge&color=fc8d62&logo=rust" height="19">](https://crates.io/crates/transformers)

0 commit comments

Comments
 (0)