Skip to content

Commit 6f04b99

Browse files
refactor: fix HF_HOME.
1 parent 22bc193 commit 6f04b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def dev():
8181

8282

8383
if __name__ == '__main__':
84-
os.environ['HF_HOME'] = '/opt/maxkb/model/base'
84+
os.environ['HF_HOME'] = '/opt/maxkb-app/model/base'
8585
parser = argparse.ArgumentParser(
8686
description="""
8787
qabot service control tools;

0 commit comments

Comments
 (0)