Skip to content

Commit

Permalink
removed experimental status for fused lora and fast kernels
Browse files Browse the repository at this point in the history
Signed-off-by: 1000850000 user <aaron.chew1@ibm.com>
  • Loading branch information
achew010 committed Sep 20, 2024
1 parent a203559 commit b78936e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class AccelerationFrameworkConfig:
ConfigAnnotation(
path="peft.quantization",
key="fused_ops_and_kernels",
experimental=True,
experimental=False,
required_packages=["foak"],
),
] = None
Expand All @@ -94,7 +94,7 @@ class AccelerationFrameworkConfig:
ConfigAnnotation(
path="training",
key="fused_ops_and_kernels",
experimental=True,
experimental=False,
required_packages=["foak"],
),
] = None
Expand Down

0 comments on commit b78936e

Please sign in to comment.