fix
This commit is contained in:
@@ -21,7 +21,7 @@ cce_spec = importlib.util.find_spec("cut_cross_entropy")
|
||||
UNINSTALL_PREFIX = ""
|
||||
if cce_spec:
|
||||
if not importlib.util.find_spec("cut_cross_entropy.transformers"):
|
||||
UNINSTALL_PREFIX = "uv pip uninstall cut-cross-entropy && "
|
||||
UNINSTALL_PREFIX = "uv pip uninstall --system cut-cross-entropy && "
|
||||
|
||||
print(
|
||||
UNINSTALL_PREFIX
|
||||
|
||||
Reference in New Issue
Block a user