Skip to content

skydoorkai/ftlib

Repository files navigation

Table of Contents generated with DocToc

FTLib

Build Status License

About the project

The FTLib

API docs

TODO Please refer to the design docs.

Design

Status

Prototype

See also

Getting started

Please refer ./test

Setting up your local development environment

It depends on different consensus and framework choice. Details will be released later.

Layout

.
├── .github
│   ├── ISSUE_TEMPLATE.md
│   └── PULL_REQUEST_TEMPLATE.md
├── .gitignore
├── CHANGELOG.md
├── docs
│   ├── design
│   └── imgs
├── ftlib
│   ├── __init__.py
│   ├── consensus
│   ├── framework
│   └── ftlib_status.py
├── test
├── OWNERS
└── README.md

Notes

TODO

About

Fault-tolerant for DL frameworks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.4%
  • C++ 11.5%
  • Dockerfile 3.2%
  • Go 2.9%
  • CMake 1.5%
  • Shell 1.5%