[Fix] Compatibility of window attention and cuda graph (#1090)
This commit is contained in:
@@ -36,7 +36,7 @@ DEFAULT_PROMPTS = [
|
||||
]
|
||||
|
||||
dirpath = os.path.dirname(__file__)
|
||||
with open(os.path.join(dirpath, "long_prompt"), "r") as f:
|
||||
with open(os.path.join(dirpath, "long_prompt.txt"), "r") as f:
|
||||
long_prompt = f.read()
|
||||
DEFAULT_PROMPTS.append(long_prompt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user