mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-27 09:10:35 +08:00
[ci] disable pip cache for ci (#9654)
This commit is contained in:
@@ -114,6 +114,7 @@ class AttentionFunction(str, Enum):
|
||||
DISABLED = "disabled"
|
||||
SDPA = "sdpa"
|
||||
FA2 = "fa2"
|
||||
FA3 = "fa3"
|
||||
|
||||
|
||||
class EngineName(str, Enum):
|
||||
|
||||
Reference in New Issue
Block a user