mirror of
https://github.com/facebookresearch/blt.git
synced 2025-09-09 22:04:41 +00:00
Initial commit
This commit is contained in:
commit
bcc039bb75
86 changed files with 12203 additions and 0 deletions
5
bytelatent/constants.py
Normal file
5
bytelatent/constants.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
||||
BLT_DATA = Path(os.environ.get("BLT_DATA", "data"))
|
Loading…
Add table
Add a link
Reference in a new issue