1 Star 0 Fork 18

xtzx/ai00_rwkv_server_1

forked from 顾真牛/ai00_rwkv_server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
cryscan 提交于 2023-07-26 18:04 . Bump version to v0.1.7
[package]
name = "ai00_server"
version = "0.1.7"
edition = "2021"
authors = ["Gu ZhenNiu <448885@qq.com>"]
license = "MIT OR Apache-2.0"
description = "An implementation of the RWKV language model in pure WebGPU."
homepage = "https://github.com/cryscan/web-rwkv"
repository = "https://github.com/cryscan/web-rwkv"
keywords = ["deep-learning", "language", "model", "rwkv"]
categories = ["science"]
exclude = ["assets"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { git = "https://github.com/cryscan/axum", branch = "sse-leading-space" }
tower = { version = "0.4", features = ["util"] }
tower-http = { version = "0.4", features = ["full"] }
tokio = { version = "1", features = ["full"] }
web-rwkv = "0.1.12"
memmap = "0.7"
clap = { version = "4.3", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
qp-trie = "0.8"
fastrand = "2"
itertools = "0.11"
flume = "0.10"
futures-util = "0.3"
anyhow = "1"
log = "0.4"
simple_logger = { version = "4.2", features = ["stderr"] }
[profile.release]
lto = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/smilejx001/ai00_rwkv_server_1.git
git@gitee.com:smilejx001/ai00_rwkv_server_1.git
smilejx001
ai00_rwkv_server_1
ai00_rwkv_server_1
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385