From c1892bdafcd372ca96cdb07a3a59e7ecc18a1250 Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Sat, 18 Jan 2025 12:01:59 +0100 Subject: [PATCH] chore: update readme.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 746f04e..a34e95c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +![Build Workflow](https://github.com/rust-dd/iTransformer/actions/workflows/rust.yml/badge.svg) +[![Crates.io](https://img.shields.io/crates/v/stochastic-rs?style=flat-square)](https://crates.io/crates/itransformer) +![License](https://img.shields.io/crates/l/itransformer?style=flat-square) + # iTransformer: Rust Implementation An **iTransformer** implementation in **Rust**, inspired by the [lucidrains iTransformer repository](https://github.com/lucidrains/iTransformer), and based on the original research and implementation from [Tsinghua University's iTransformer repository](https://github.com/thuml/iTransformer).