Update handler.py
Browse files- handler.py +0 -1
handler.py
CHANGED
|
@@ -9,7 +9,6 @@ run("pip install torch torchvision torchaudio --extra-index-url https://download
|
|
| 9 |
#run("pip uninstall unsloth -y && pip install --upgrade --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth.git", shell=True, check=True)
|
| 10 |
|
| 11 |
import torch
|
| 12 |
-
from unsloth.trainer import UnslothVisionDataCollator
|
| 13 |
from unsloth import FastVisionModel
|
| 14 |
from PIL import Image
|
| 15 |
import re
|
|
|
|
| 9 |
#run("pip uninstall unsloth -y && pip install --upgrade --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth.git", shell=True, check=True)
|
| 10 |
|
| 11 |
import torch
|
|
|
|
| 12 |
from unsloth import FastVisionModel
|
| 13 |
from PIL import Image
|
| 14 |
import re
|