Upload cerebras_GLM-4.6-REAP-218B-A32B-FP8_1.py with huggingface_hub
Browse files
cerebras_GLM-4.6-REAP-218B-A32B-FP8_1.py
CHANGED
|
@@ -36,6 +36,7 @@ except Exception as e:
|
|
| 36 |
import traceback
|
| 37 |
traceback.print_exc(file=f)
|
| 38 |
|
|
|
|
| 39 |
from slack_sdk import WebClient
|
| 40 |
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 41 |
client.chat_postMessage(
|
|
|
|
| 36 |
import traceback
|
| 37 |
traceback.print_exc(file=f)
|
| 38 |
|
| 39 |
+
import os
|
| 40 |
from slack_sdk import WebClient
|
| 41 |
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 42 |
client.chat_postMessage(
|