Commit 4648ec2f authored by zhanghj2's avatar zhanghj2
Browse files

update version to 1.2.0

parent 261aa80c
__version__ = "1.0.0"
__version__ = "1.2.0"
from flash_mla.flash_mla_interface import (
get_mla_metadata,
......@@ -27,4 +27,4 @@ __all__ = [
import os
FLASH_MLA_ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
# print(FLUX_ROOT_DIR)
os.environ["FLASH_MLA_ROOT_DIR"] = FLASH_MLA_ROOT_DIR + "/asm/"
\ No newline at end of file
os.environ["FLASH_MLA_ROOT_DIR"] = FLASH_MLA_ROOT_DIR + "/asm/"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment