Skip to content

Commit ca9fa9d

Browse files
refactor: change TMPDIR env.
1 parent 9f18d3c commit ca9fa9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def dev():
8080

8181
if __name__ == '__main__':
8282
os.environ['HF_HOME'] = '/opt/maxkb-app/model/base'
83+
os.environ['TMPDIR'] = '/opt/maxkb-app/tmp'
8384
parser = argparse.ArgumentParser(
8485
description="""
8586
qabot service control tools;

0 commit comments

Comments
 (0)