ariG23498 HF Staff commited on
Commit
68dc019
·
verified ·
1 Parent(s): d032aec

Upload Qwen_Qwen3-Coder-30B-A3B-Instruct_0.py with huggingface_hub

Browse files
Qwen_Qwen3-Coder-30B-A3B-Instruct_0.py CHANGED
@@ -32,7 +32,8 @@ except Exception as e:
32
 
33
  with open('Qwen_Qwen3-Coder-30B-A3B-Instruct_0.txt', 'a', encoding='utf-8') as f:
34
  import traceback
35
- f.write('```CODE:
 
36
  # Use a pipeline as a high-level helper
37
  from transformers import pipeline
38
 
@@ -43,7 +44,7 @@ messages = [
43
  pipe(messages)
44
  ```
45
  ERROR:
46
- ')
47
  traceback.print_exc(file=f)
48
 
49
  finally:
 
32
 
33
  with open('Qwen_Qwen3-Coder-30B-A3B-Instruct_0.txt', 'a', encoding='utf-8') as f:
34
  import traceback
35
+ f.write('''
36
+ ```CODE:
37
  # Use a pipeline as a high-level helper
38
  from transformers import pipeline
39
 
 
44
  pipe(messages)
45
  ```
46
  ERROR:
47
+ ''')
48
  traceback.print_exc(file=f)
49
 
50
  finally: