Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxWarning: invalid escape sequence '\s' #1526

Open
xiezhipeng-git opened this issue Jan 10, 2025 · 2 comments
Open

SyntaxWarning: invalid escape sequence '\s' #1526

xiezhipeng-git opened this issue Jan 10, 2025 · 2 comments

Comments

@xiezhipeng-git
Copy link

try lora train Qwen2___5-3B-Instruct. Then get this output. How can I do somthing to reslove it?

id escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1595: SyntaxWarning: invalid escape sequence '\ '
  f"   \\\   /|    GPU: {gpu_stats.name}. Max memory: {max_memory} GB. Platform: {platform_system}.\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1596: SyntaxWarning: invalid escape sequence '\_'
  f"O^O/ \_/ \\    Torch: {torch.__version__}. CUDA: {gpu_stats.major}.{gpu_stats.minor}. CUDA Toolkit: {torch.version.cuda}. Triton: {triton_version}\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1597: SyntaxWarning: invalid escape sequence '\ '
  f"\        /    Bfloat16 = {str(SUPPORTS_BFLOAT16).upper()}. FA [Xformers = {xformers_version}. FA2 = {HAS_FLASH_ATTENTION}]\n"\
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1748: SyntaxWarning: invalid escape sequence '\.'
  start = re.search('logger\.info\([\"\'].+?Running training', inner_training_loop).span(0)[0]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1751: SyntaxWarning: invalid escape sequence '\s'
  spaces = re.search('\n([\s\t]{1,})', original_debug).group(0)[1:]
/mnt/d/my/work/LLM/ai_train/unsloth/unsloth/models/llama.py:1752: SyntaxWarning: invalid escape sequence '\s'
  front_spaces = re.match('([\s\t]{1,})', inner_training_loop).group(0)
[INFO|configuration_utils.py:677] 2025-01-10 22:22:29,853 >> loading configuration file /mnt/d/Users/Admin/.cache/modelscope/hub/Qwen/Qwen2___5-3B-Instruct/config.json
@xiezhipeng-git
Copy link
Author

@danielhanchen

@KareemMusleh
Copy link
Contributor

KareemMusleh commented Jan 10, 2025

there's already a pr solving this issue. Just wait for it to be merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants