Contents Menu Expand Light mode Dark mode Auto light/dark mode
OLMo-core v0.1.0
Light Logo Dark Logo
OLMo-core v0.1.0

API Reference

  • exceptions
  • io
  • utils
  • distributed.checkpoint
  • distributed.fsdp
  • distributed.tensors

Development

  • License
  • GitHub Repository
Back to top

exceptions#

exception olmo_core.exceptions.OLMoError[source]#

Bases: Exception

Base exception for OLMo custom error types.

exception olmo_core.exceptions.OLMoNetworkError[source]#

Bases: OLMoError

exception olmo_core.exceptions.OLMoEnvironmentError[source]#

Bases: OLMoError

exception olmo_core.exceptions.OLMoUserError[source]#

Bases: OLMoError

Next
io
Previous
Home
Copyright © 2024, Allen Institute for Artificial Intelligence
Made with Sphinx and @pradyunsg's Furo
On this page
  • exceptions
    • OLMoError
    • OLMoNetworkError
    • OLMoEnvironmentError
    • OLMoUserError