Skip to content

Dniskk/evie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evie

A framework for training custom LLMs.

Setup

This project uses uv for dependency management.

# Install dependencies
uv sync

# Run tests
uv run pytest

# Format code
uv run ruff format .

# Lint code
uv run ruff check .

# Type check
uv run basedpyright

Development

The project follows these standards:

  • Formatter: ruff
  • Linter: ruff with comprehensive rule set
  • Type checker: basedpyright
  • Docstring style: Google style

Project Structure

evie/
├── src/
│   └── evie/          # Main package
├── tests/             # Test suite
└── pyproject.toml     # Project configuration

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages