Upload Qwen_Qwen3-VL-32B-Instruct_1.py with huggingface_hub
Browse files
Qwen_Qwen3-VL-32B-Instruct_1.py
CHANGED
|
@@ -43,11 +43,10 @@ except Exception as e:
|
|
| 43 |
traceback.print_exc(file=f)
|
| 44 |
|
| 45 |
from slack_sdk import WebClient
|
| 46 |
-
client = WebClient(token=os.environ[
|
| 47 |
client.chat_postMessage(
|
| 48 |
-
channel
|
| 49 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-VL-32B-Instruct_1.txt|Qwen_Qwen3-VL-32B-Instruct_1.txt>',
|
| 50 |
-
thread_ts=parent_message_ts,
|
| 51 |
)
|
| 52 |
finally:
|
| 53 |
from huggingface_hub import upload_file
|
|
|
|
| 43 |
traceback.print_exc(file=f)
|
| 44 |
|
| 45 |
from slack_sdk import WebClient
|
| 46 |
+
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 47 |
client.chat_postMessage(
|
| 48 |
+
channel='#exp-slack-alerts',
|
| 49 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-VL-32B-Instruct_1.txt|Qwen_Qwen3-VL-32B-Instruct_1.txt>',
|
|
|
|
| 50 |
)
|
| 51 |
finally:
|
| 52 |
from huggingface_hub import upload_file
|