Upload Qwen_Qwen3-VL-4B-Instruct_0.py with huggingface_hub
Browse files
Qwen_Qwen3-VL-4B-Instruct_0.py
CHANGED
|
@@ -33,11 +33,10 @@ except Exception as e:
|
|
| 33 |
traceback.print_exc(file=f)
|
| 34 |
|
| 35 |
from slack_sdk import WebClient
|
| 36 |
-
client = WebClient(token=os.environ[
|
| 37 |
client.chat_postMessage(
|
| 38 |
-
channel
|
| 39 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-VL-4B-Instruct_0.txt|Qwen_Qwen3-VL-4B-Instruct_0.txt>',
|
| 40 |
-
thread_ts=parent_message_ts,
|
| 41 |
)
|
| 42 |
finally:
|
| 43 |
from huggingface_hub import upload_file
|
|
|
|
| 33 |
traceback.print_exc(file=f)
|
| 34 |
|
| 35 |
from slack_sdk import WebClient
|
| 36 |
+
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 37 |
client.chat_postMessage(
|
| 38 |
+
channel='#exp-slack-alerts',
|
| 39 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-VL-4B-Instruct_0.txt|Qwen_Qwen3-VL-4B-Instruct_0.txt>',
|
|
|
|
| 40 |
)
|
| 41 |
finally:
|
| 42 |
from huggingface_hub import upload_file
|