diff --git a/triton_patch/cache_fix.patch b/triton_patch/cache_fix.patch deleted file mode 100644 index 97a1aa477..000000000 --- a/triton_patch/cache_fix.patch +++ /dev/null @@ -1,8 +0,0 @@ -4c4 -< import random ---- -> import uuid -117c117 -< rnd_id = random.randint(0, 1000000) ---- -> rnd_id = str(uuid.uuid4())