We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b746e93 commit 5bba482Copy full SHA for 5bba482
scripts/lint_file_size.sh
@@ -11,6 +11,11 @@ status=0
11
12
green='\e[1;32m'; red='\e[1;31m'; cyan='\e[1;36m'; reset='\e[0m'
13
14
+# Following is the rules for the file size linting:
15
+# 1. For all files, the file size can't be larger than 1MB
16
+# 2. For images/vidoes, the files size can't be larger than 7MB
17
+# 3. There is an exception list defined in the script if it's really needed
18
+
19
# List of files to skip (relative paths)
20
EXCEPTIONS=(
21
"examples/models/llama/params/demo_rand_params.pth"
0 commit comments