Spaces:
Runtime error
Runtime error
muzamilkhan804
commited on
Upload 4 files
Browse files- Dockerfile +14 -0
- EditToTriggerBuild (1).md +1 -0
- README.md +288 -0
- gitattributes.txt +35 -0
Dockerfile
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM node:lts-buster
|
2 |
+
USER root
|
3 |
+
RUN apt-get update && \
|
4 |
+
apt-get install -y ffmpeg webp git && \
|
5 |
+
apt-get upgrade -y && \
|
6 |
+
rm -rf /var/lib/apt/lists/*
|
7 |
+
USER node
|
8 |
+
RUN git clone https://github.com/Mujjilounda/Lara.git /home/node/SUBZERO-MD
|
9 |
+
WORKDIR /home/node/SUBZERO-MD
|
10 |
+
RUN chmod -R 777 /home/node/SUBZERO-MD/
|
11 |
+
RUN yarn install --network-concurrency 1
|
12 |
+
EXPOSE 7860
|
13 |
+
ENV NODE_ENV=production
|
14 |
+
CMD ["npm", "start"]
|
EditToTriggerBuild (1).md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# Building #1
|
README.md
ADDED
@@ -0,0 +1,288 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
title: SUBZERO MD
|
4 |
+
sdk: docker
|
5 |
+
emoji: 🚀
|
6 |
+
colorFrom: blue
|
7 |
+
colorTo: blue
|
8 |
+
short_description: The Best W.A bo
|
9 |
+
---
|
10 |
+
<p align="center">
|
11 |
+
<h1 align="center">❄️ SUBZERO-MD ❄️</h1>
|
12 |
+
</p>
|
13 |
+
|
14 |
+
<p align="center">
|
15 |
+
<a href="https://github.com/mrfrank-ofc/followers"><img title="Followers" src="https://img.shields.io/github/followers/mrfrank-ofc?color=blue&style=flat-square"></a>
|
16 |
+
<a href="https://github.com/mrfrank-ofc/SUBZERO-MD/stargazers/"><img title="Stars" src="https://img.shields.io/github/stars/mrfrank-ofc/SUBZERO-MD?color=blue&style=flat-square"></a>
|
17 |
+
<a href="https://github.com/mrfrank-ofc/SUBZERO-MD/network/members"><img title="Forks" src="https://img.shields.io/github/forks/mrfrank-ofc/SUBZERO-MD?color=blue&style=flat-square"></a>
|
18 |
+
<a href="https://github.com/mrfrank-ofc/SUBZERO-MD/"><img title="Size" src="https://img.shields.io/github/repo-size/mrfrank-ofc/SUBZERO-MD?style=flat-square&color=green"></a>
|
19 |
+
<a href="https://github.com/mrfrank-ofc/SUBZERO-MD/graphs/commit-activity"><img height="20" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg"></a>
|
20 |
+
</p>
|
21 |
+
<p align='center'>
|
22 |
+
</p>
|
23 |
+
|
24 |
+
> **`Current Bot Version ➜ 1.0.3`**
|
25 |
+
---
|
26 |
+
|
27 |
+
```
|
28 |
+
Dont forget to fork 🍴 & star 🌟 repo😇
|
29 |
+
```
|
30 |
+
---
|
31 |
+
|
32 |
+
<p align="center">
|
33 |
+
<a href="https://github.com/mrfrank-ofc">
|
34 |
+
<img src="http://readme-typing-svg.herokuapp.com?color=blue¢er=true&vCenter=true&multiline=false&lines=SUBZERO-MD-+MultiDevice;Developed+by+Mr+Frank;Give+star+and+fork+this+Repo+bro+🌟" alt="mrfrankReadme">
|
35 |
+
</a>
|
36 |
+
</p>
|
37 |
+
|
38 |
+
---
|
39 |
+
|
40 |
+
<a><img src='https://i.ibb.co/fSP7Yr2/mrfrankofc.jpg'/></a>
|
41 |
+
|
42 |
+
<a><img src='https://i.imgur.com/LyHic3i.gif'/></a>
|
43 |
+
|
44 |
+
***
|
45 |
+
|
46 |
+
<p align="center">
|
47 |
+
<a href="https://github.com/mrfrank-ofc"><img title="Developer" src="https://img.shields.io/badge/Author-Mr%20Frank-397604.svg?style=for-the-badge&logo=github" /></a>
|
48 |
+
</p>
|
49 |
+
|
50 |
+
<div align="center">
|
51 |
+
|
52 |
+
[![WhatsApp Channel](https://img.shields.io/badge/Join-WhatsApp%20Channel-FF00F8?style=for-the-badge&logo=whatsapp)](https://whatsapp.com/channel/0029VagQEmB002T7MWo3Sj1D)
|
53 |
+
</div>
|
54 |
+
|
55 |
+
<p align="center"><img src="https://profile-counter.glitch.me/{SUBZERO-MD}/count.svg" alt="mrfrank-ofc :: Visitor's Count" old_src="https://profile-counter.glitch.me/{mrfrank-ofc}/count.svg" /></p>
|
56 |
+
|
57 |
+
|
58 |
+
<p align="center">
|
59 |
+
<a href="https://github.com/mrfrank-ofc/SUBZERO-MD"><img title="PUBLIC-BOT" src="https://img.shields.io/static/v1?label=Language&message=English&style=flat-square&color=darkpink"></a>
|
60 |
+
<img src="https://komarev.com/ghpvc/?username=SUBZERO-MD&label=VIEWS&style=flat-square&color=blue" />
|
61 |
+
</p>
|
62 |
+
</p>
|
63 |
+
|
64 |
+
<p align="center">
|
65 |
+
<a href="https://github.com/mrfrank-ofc/SUBZERO-MD"><img title="Release" src="https://img.shields.io/badge/Release-beta%20v2.0-darkcyan.svg?style=for-the-badge&logo=appveyor" /></a>
|
66 |
+
</p>
|
67 |
+
|
68 |
+
|
69 |
+
***
|
70 |
+
|
71 |
+
### 1. Fork This Repository
|
72 |
+
|
73 |
+
Start by forking this repository to your own GitHub account. Click the button below to fork:
|
74 |
+
|
75 |
+
<a href="https://github.com/mrfrank-ofc/SUBZERO-MD/fork"><img title="SUBZERO-MD" src="https://img.shields.io/badge/FORK-SUBZERO-MDh?color=blue&style=for-the-badge&logo=stackshare"></a>
|
76 |
+
|
77 |
+
### 2. Get Session ID
|
78 |
+
|
79 |
+
You will need a session ID to run the SUBZERO-MD. Click the button below to obtain your session ID.if any error in loading site try vpn:
|
80 |
+
|
81 |
+
> **1️⃣Pair Code (Session ID)**
|
82 |
+
|
83 |
+
<a href='tinyurl.com/subzero-md-session-id' target="_blank">
|
84 |
+
<img alt='Pairing Code' src='https://img.shields.io/badge/Get%20Pairing%20Code-orange?style=for-the-badge&logo=opencv&logoColor=black'/>
|
85 |
+
</a>
|
86 |
+
<br>
|
87 |
+
|
88 |
+
> **2️⃣Pair Code (Session ID)**
|
89 |
+
|
90 |
+
<a href='https://ultra-subzero-md.onrender.com/' target="_blank">
|
91 |
+
<img alt='Pairing Code' src='https://img.shields.io/badge/Get%20Pairing%20Code-darkpink?style=for-the-badge&logo=opencv&logoColor=black'/>
|
92 |
+
</a>
|
93 |
+
<br>
|
94 |
+
|
95 |
+
---
|
96 |
+
|
97 |
+
<h2 align="center">SubZero Deployment Options</h2>
|
98 |
+
|
99 |
+
---
|
100 |
+
### <br> ❖ DEPLOY_HEROKU ❖
|
101 |
+
|
102 |
+
`🚀 IF YOU WANT TO DEPLOY SUBZERO-MDBOT ON HEROKU SO FIRST GET YOUR SESSION_ID THEN CLICK THIS BLUE BUTTON [DEPLOY TO HEROKU] THEN YOU CAN ENJOY THIS BOT 🚀`
|
103 |
+
|
104 |
+
------------
|
105 |
+
|
106 |
+
<h4 align="center">1. Heroku</h4>
|
107 |
+
<p style="text-align: center; font-size: 1.2em;">
|
108 |
+
|
109 |
+
|
110 |
+
<p align="center">
|
111 |
+
<a href='https://dashboard.heroku.com/new?template=https://github.com/mrfrank-ofc/SUBZERO-MD/tree/main' target="_blank"><img alt='Heroku' src='https://img.shields.io/badge/-heroku deploy-FF004D?style=for-the-badge&logo=heroku&logoColor=white'/< width=150 height=28/p></a>
|
112 |
+
|
113 |
+
----------
|
114 |
+
|
115 |
+
<h4 align="center">2. TaikDrove Free</h4>
|
116 |
+
<p style="text-align: center; font-size: 1.2em;">
|
117 |
+
|
118 |
+
<p align="center">
|
119 |
+
<a href='https://talkdrove.com/share-bot/66' target="_blank"><img alt='Heroku' src='https://img.shields.io/badge/-TalkDrove Deploy-6971FF?style=for-the-badge&logo=Github&logoColor=white'/< width=150 height=28/p></a>
|
120 |
+
|
121 |
+
* Create TaikDrove <a href="https://host.talkdrove.com/auth/signup?ref=9535F15A">Click Here</a>
|
122 |
+
|
123 |
+
--------------
|
124 |
+
|
125 |
+
### <br> ❖ DEPLOY_KOYEB ❖
|
126 |
+
|
127 |
+
`🚀 IF YOU HAVE YOUR KOYEB ACCOUNT SO YOU CAN DEPLOY SUBZERO-MD ON KOYEB WITH EASY SETUP NOTE:-MAYBE SOME PROBLEM TO DEPLOY ON KOYEB I ILL FIX SOON 🚀`
|
128 |
+
|
129 |
+
|
130 |
+
<h4 align="center">3. Koyeb</h4>
|
131 |
+
<p style="text-align: center; font-size: 1.2em;">
|
132 |
+
|
133 |
+
|
134 |
+
<p align="center">
|
135 |
+
<a href='https://app.koyeb.com/services/deploy?type=git&repository=mrfrank-ofc/SUBZERO-MD&ports=3000&env[PREFIX]=.&env[SESSION_ID]=&env[ALWAYS_ONLINE]=false&env[MODE]=public&env[AUTO_STATUS_MSG]=Seen%20status%20by%20SUBZERO-MD&env[AUTO_STATUS_REPLY]=false&env[AUTO_STATUS_SEEN]=true&env[AUTO_TYPING]=false&env[ANTI_LINK]=true&env[AUTO_REACT]=false&env[READ_MESSAGE]=false' target="_blank"><img alt='Heroku' src='https://img.shields.io/badge/-koyeb deploy-FF009D?style=for-the-badge&logo=koyeb&logoColor=white'/< width=150 height=28/p></a>
|
136 |
+
|
137 |
+
|
138 |
+
### <br> ❖ DEPLOY_RAILWAY ❖
|
139 |
+
|
140 |
+
`🚀 IF YOU HAVE YOUR RAILWAY ACCOUNT SO YOU CAN DEPLOY SUBZERO-MD ON RAILWAY WITH EASY SETUP NOTE:-MAYBE SOME PROBLEM TO DEPLOY ON KOYEB I ILL FIX SOON 🚀`
|
141 |
+
|
142 |
+
<h4 align="center">4. Railway</h4>
|
143 |
+
<p style="text-align: center; font-size: 1.2em;">
|
144 |
+
|
145 |
+
<p align="center">
|
146 |
+
<a href='https://railway.app/new' target="_blank"><img alt='Heroku' src='https://img.shields.io/badge/-railway deploy-FF8700?style=for-the-badge&logo=railway&logoColor=white'/< width=150 height=28/p></a>
|
147 |
+
|
148 |
+
|
149 |
+
### <br> ❖ DEPLOY_RENDER ❖
|
150 |
+
|
151 |
+
<a href='https://dashboard.render.com' target="_blank"><img alt='DEPLOY' src='https://img.shields.io/badge/RENDER-h?color=maroon&style=for-the-badge&logo=render'/></a></p>
|
152 |
+
|
153 |
+
|
154 |
+
<h4 align="center">5. Render</h4>
|
155 |
+
<p style="text-align: center; font-size: 1.2em;">
|
156 |
+
|
157 |
+
<p align="center">
|
158 |
+
<a href='https://dashboard.render.com/web/new' target="_blank"><img alt='Heroku' src='https://img.shields.io/badge/-Render deploy-black?style=for-the-badge&logo=render&logoColot=white'/< width=150 height=28/p></a>
|
159 |
+
|
160 |
+
|
161 |
+
<h4 align="center">6. Netlify</h4>
|
162 |
+
<p style="text-align: center; font-size: 1.2em;">
|
163 |
+
|
164 |
+
<p align="center">
|
165 |
+
<a href='https://app.netlify.com/' target="_blank"><img alt='Netlify' src='https://img.shields.io/badge/-Netlify Deploy-CC00FF?style=for-the-badge&logo=netlify&logoColor=white'/< width=150 height=28/p></a> </a>
|
166 |
+
|
167 |
+
--------
|
168 |
+
### <br> ❒ DEPLOY_REPLIT ❒
|
169 |
+
|
170 |
+
`🚀 IF U HAVE YOUR REPLIT ACCOUNT SO YOU CAN EASY DEPLOY SUBZERO-MD ON REPLIT CLICK BLACK BUTTON [DEPLOY TO REPLIT] AND FIND CONFIG.JSON FILE THEN PASTE YOUR SESSION AND MONGODB KEY THEN RUN CODE AND ENJOY BOT 🚀`
|
171 |
+
|
172 |
+
<h4 align="center">7. Replit</h4>
|
173 |
+
<p style="text-align: center; font-size: 1.2em;">
|
174 |
+
|
175 |
+
<p align="center">
|
176 |
+
<a href='https://replit.com/~' target="_blank"><img alt='Replit' src='https://img.shields.io/badge/-Replit Deploy-1976D2?style=for-the-badge&logo=replit&logoColor=white'/< width=150 height=28/p></a> </a>
|
177 |
+
--------
|
178 |
+
<h4 align="center">8. Workflow</h4>
|
179 |
+
<p style="text-align: center; font-size: 1.2em;">
|
180 |
+
|
181 |
+
|
182 |
+
<details>
|
183 |
+
|
184 |
+
<b><strong><summary align="center" style="color: Yello;">Deploy On Workflow</summary></strong></b>
|
185 |
+
<p style="text-align: center; font-size: 1.2em;">
|
186 |
+
|
187 |
+
<h8>Copy the workflow codes and then frok the repo edit config add session id then save and now click on repo action tag then click on start new workflow then paste workflow codes name them deploy and save the file</h8>
|
188 |
+
<h3 align-"center"> Important</h3>
|
189 |
+
<h6 align-"center">Attention! We do not take responsibility if your github account is suspended through this Deploy method, I advise you not to use this workflow deploy method in the latest github accounts, github accounts created a year or more ago have not received the risk of suspension so far, this works It will only be done for 6 hours, you need to update the code to reactivate it.</h6>
|
190 |
+
|
191 |
+
```
|
192 |
+
name: Node.js CI
|
193 |
+
|
194 |
+
on:
|
195 |
+
push:
|
196 |
+
branches:
|
197 |
+
- main
|
198 |
+
pull_request:
|
199 |
+
branches:
|
200 |
+
- main
|
201 |
+
|
202 |
+
jobs:
|
203 |
+
build:
|
204 |
+
|
205 |
+
runs-on: ubuntu-latest
|
206 |
+
|
207 |
+
strategy:
|
208 |
+
matrix:
|
209 |
+
node-version: [20.x]
|
210 |
+
|
211 |
+
steps:
|
212 |
+
- name: Checkout repository
|
213 |
+
uses: actions/checkout@v3
|
214 |
+
|
215 |
+
- name: Set up Node.js
|
216 |
+
uses: actions/setup-node@v3
|
217 |
+
with:
|
218 |
+
node-version: ${{ matrix.node-version }}
|
219 |
+
|
220 |
+
- name: Install dependencies
|
221 |
+
run: npm install
|
222 |
+
|
223 |
+
- name: Start application
|
224 |
+
run: npm start
|
225 |
+
```
|
226 |
+
</details>
|
227 |
+
|
228 |
+
***
|
229 |
+
|
230 |
+
|
231 |
+
|
232 |
+
|
233 |
+
## 🌐 WhatsApp Channel
|
234 |
+
|
235 |
+
Stay connected with the latest updates and community by joining our official WhatsApp group and channel. You can also contact the owner directly.
|
236 |
+
|
237 |
+
[![WhatsApp Channel](https://img.shields.io/badge/Join-WhatsApp%20Channel-25D366?style=for-the-badge&logo=whatsapp)](https://whatsapp.com/channel/0029VagQEmB002T7MWo3Sj1D)
|
238 |
+
|
239 |
+
***
|
240 |
+
|
241 |
+
<h2 align="left">⚠️ Reminder ⚠️</h2>
|
242 |
+
<p style="text-align: center; font-size: 1.2em;">
|
243 |
+
|
244 |
+
- **Disclaimer:** This bot is not affiliated with `WhatsApp Inc.`. Use it at your own risk.
|
245 |
+
- Misusing the bot may result in your `WhatsApp` account being banned. Note that you can only unban your account once.
|
246 |
+
- I am not responsible for any bans or misuse of the bot. Please keep this warning in mind before proceeding.
|
247 |
+
|
248 |
+
---
|
249 |
+
|
250 |
+
<h2 align="left">ℹ️ Notice</h2>
|
251 |
+
<p style="text-align: center; font-size: 1.2em;">
|
252 |
+
Not For Sale - If any plugin's code is obfuscated, you do not have permission to edit it in any form. Please remember to give credit if you are using or re-uploading my plugins/files. Wishing you a wonderful day ahead!</p>
|
253 |
+
|
254 |
+
---
|
255 |
+
|
256 |
+
<h2 align="center"> Project Owners </h2>
|
257 |
+
|
258 |
+
---
|
259 |
+
|
260 |
+
### Thank You Dear
|
261 |
+
|
262 |
+
> DEVELOPER OF SUBZERO-MD
|
263 |
+
- [Mr Frank ](https://github.com/mrfrank-ofc)
|
264 |
+
- Creater and Owner Of SUBZERO-MD
|
265 |
+
|
266 |
+
> SUBZERO-MD Helper
|
267 |
+
- [Frank](https://github.com/efkidgamerdev)
|
268 |
+
- For helping in bot plugin files.
|
269 |
+
---
|
270 |
+
|
271 |
+
<br>
|
272 |
+
<h2 align="center"> ⚠️ Disclaimer ⚠️
|
273 |
+
</h2>
|
274 |
+
|
275 |
+
---
|
276 |
+
|
277 |
+
<h3 align="center"> Don't Copy Without Permission
|
278 |
+
</h3>
|
279 |
+
|
280 |
+
<br>
|
281 |
+
|
282 |
+
```
|
283 |
+
Thank you KHAN, SILENT SOBX, KERM & you supporters
|
284 |
+
```
|
285 |
+
-----
|
286 |
+
<a><img src='https://i.imgur.com/LyHic3i.gif'/></a>
|
287 |
+
|
288 |
+
------
|
gitattributes.txt
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|