Instructions to use vorstcavry/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vorstcavry/test with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("vorstcavry/test", dtype="auto", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update files_cells/python/en/launch_en.py
Browse files
files_cells/python/en/launch_en.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
##
|
| 2 |
|
| 3 |
import os
|
| 4 |
import re
|
|
@@ -85,5 +85,5 @@ with tunnel:
|
|
| 85 |
|
| 86 |
start_colab = float(open(f'{webui_path}/static/colabTimer.txt', 'r').read())
|
| 87 |
time_since_start = str(timedelta(seconds=time.time()-start_colab)).split('.')[0]
|
| 88 |
-
print(f"\n⌚️ \033[
|
| 89 |
|
|
|
|
| 1 |
+
## //Vorst Cavry// ##
|
| 2 |
|
| 3 |
import os
|
| 4 |
import re
|
|
|
|
| 85 |
|
| 86 |
start_colab = float(open(f'{webui_path}/static/colabTimer.txt', 'r').read())
|
| 87 |
time_since_start = str(timedelta(seconds=time.time()-start_colab)).split('.')[0]
|
| 88 |
+
print(f"\n⌚️ \033[0mKamu telah melakukan sesi ini untuk - \033[33m{time_since_start}\033[0m\n\n")
|
| 89 |
|