atomr-accel-train 0.10.0

Distributed training blueprints on atomr-accel-cuda: DataParallelTrainer, PipelineParallelTrainer, TensorParallelTrainer, AsyncParameterServer, optimizer + loss enums.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.78"
name = "atomr-accel-train"
version = "0.10.0"
authors = ["atomr-accel contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Distributed training blueprints on atomr-accel-cuda: DataParallelTrainer, PipelineParallelTrainer, TensorParallelTrainer, AsyncParameterServer, optimizer + loss enums."
homepage = "https://github.com/rustakka/atomr-accel"
readme = "README.md"
keywords = [
    "cuda",
    "gpu",
    "actor",
    "training",
    "ml",
]
categories = [
    "concurrency",
    "asynchronous",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/rustakka/atomr-accel"

[lib]
name = "atomr_accel_train"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.atomr-accel-cuda]
version = "0.10.0"

[dependencies.atomr-accel-patterns]
version = "0.10.0"

[dependencies.atomr-config]
version = "0.9.1"

[dependencies.atomr-core]
version = "0.9.1"

[dependencies.atomr-macros]
version = "0.9.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1.39"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"