mirror of
https://github.com/facebookresearch/blt.git
synced 2025-01-18 16:37:46 +00:00
4 lines
96 B
Python
4 lines
96 B
Python
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
class ByteLatentError(Exception):
|
|
pass
|