@ArtificialIntelligencedl
Welcome to the Artificial Intelligence Telegram channel! This channel is dedicated to all things related to AI, machine learning, big data, and programming. If you are looking to stay updated on the latest trends, news, and developments in the world of artificial intelligence, then this is the channel for you. Our admin, @haarrp, is passionate about AI and is committed to providing valuable content to our subscribers.
In addition to the main channel, we also have some other related channels that you might find interesting. @itchannels_telegram is a curated list of the best IT channels on Telegram, while @ai_machinelearning_big_data focuses specifically on machine learning. If you are interested in Python programming, be sure to check out our Python channel, @pythonl, and our python books channel, @pythonlbooks. For those interested in data science and IoT, don't miss out on @datascienceiot.
Whether you are a student, a professional in the field, or simply someone curious about artificial intelligence, this channel has something for everyone. Join us today and be part of the AI revolution!
27 Jan, 17:21
18 Jan, 17:01
18 Jan, 15:51
15 Jan, 16:06
09 Jan, 16:15
29 Dec, 10:34
18 Dec, 12:00
16 Dec, 21:05
15 Dec, 11:01
15 Dec, 09:42
11 Dec, 22:40
09 Dec, 22:30
09 Dec, 19:21
30 Nov, 17:28
30 Nov, 16:02
28 Nov, 12:01
28 Nov, 10:01
27 Nov, 17:45
27 Nov, 15:45
26 Nov, 21:07
20 Nov, 11:35
20 Nov, 09:33
16 Nov, 11:39
16 Nov, 09:16
11 Nov, 10:34
02 Nov, 17:22
01 Nov, 14:46
31 Oct, 13:30
29 Oct, 00:45
Triton
и оптимизирован для GPU RTX4090 и 3090. Метод превосходит FlashAttention2 и xformers по скорости примерно в 2,1 и 2,7 раза соответственно.# Install sageattention
pip install sageattention
# How to use
from sageattention import sageattn
attn_output = sageattn(q, k, v, is_causal=False, smooth_k=True)
# Plug-and-play example with Cogvideo
# add the following codes and run
from sageattention import sageattn
import torch.nn.functional as F
F.scaled_dot_product_attention = sageattn
# Specifically
cd example
python sageattn_cogvideo.py
27 Oct, 16:33
27 Oct, 14:33
22 Oct, 10:45
22 Oct, 07:53
15 Oct, 16:38
15 Oct, 07:56
12 Oct, 11:05
12 Oct, 10:04
11 Oct, 16:11
08 Oct, 10:56
08 Oct, 06:33
06 Oct, 16:33
28 Sep, 11:49
git clone https://github.com/shiml20/FlowTurbo.git
cd FlowTurbo
21 Sep, 11:59
18 Sep, 16:04
16 Sep, 16:02
12 Sep, 17:30
11 Sep, 10:08
08 Sep, 15:58
08 Sep, 10:02
07 Sep, 08:26
30 Aug, 17:08
pip install art-training