You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/ec2-user/SageMaker/mistral-finetune-unsloth/multi-run-compare/run_model_qwen.py", line 1, in <module> from unsloth import FastLanguageModel File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/unsloth/__init__.py", line 174, in <module> from .models import * File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/unsloth/models/__init__.py", line 15, in <module> from .loader import FastLanguageModel File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/unsloth/models/loader.py", line 16, in <module> from .llama import FastLlamaModel, logger File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/unsloth/models/llama.py", line 31, in <module> from ..kernels import * File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/unsloth/kernels/__init__.py", line 15, in <module> from .cross_entropy_loss import ( File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/unsloth/kernels/cross_entropy_loss.py", line 33, in <module> def _cross_entropy_forward( File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/triton/runtime/jit.py", line 882, in jit return decorator(fn) File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/triton/runtime/jit.py", line 871, in decorator return JITFunction( File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/triton/runtime/jit.py", line 717, in __init__ self.src = self.src[re.search(r"^def\s+\w+\s*\(", self.src, re.MULTILINE).start():] AttributeError: 'NoneType' object has no attribute 'start'
Trace -
File "/home/ec2-user/SageMaker/mistral-finetune-unsloth/multi-run-compare/run_model_qwen.py", line 1, in <module> from unsloth import FastLanguageModel File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/unsloth/__init__.py", line 174, in <module> from .models import * File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/unsloth/models/__init__.py", line 15, in <module> from .loader import FastLanguageModel File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/unsloth/models/loader.py", line 16, in <module> from .llama import FastLlamaModel, logger File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/unsloth/models/llama.py", line 31, in <module> from ..kernels import * File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/unsloth/kernels/__init__.py", line 15, in <module> from .cross_entropy_loss import ( File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/unsloth/kernels/cross_entropy_loss.py", line 33, in <module> def _cross_entropy_forward( File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/triton/runtime/jit.py", line 882, in jit return decorator(fn) File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/triton/runtime/jit.py", line 871, in decorator return JITFunction( File "/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/triton/runtime/jit.py", line 717, in __init__ self.src = self.src[re.search(r"^def\s+\w+\s*\(", self.src, re.MULTILINE).start():] AttributeError: 'NoneType' object has no attribute 'start'
Tried uninstalling everything -
pip uninstall -y accelerate bitsandbytes captum deepspeed flash-attn peft torchaudio torchdata torchtext torchvision unsloth_zoo xformers unsloth
Then installing -
But still doesn't work
The text was updated successfully, but these errors were encountered: