-
Notifications
You must be signed in to change notification settings - Fork 313
Vit sep #1234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
blueswhen
wants to merge
54
commits into
main
Choose a base branch
from
vit_sep
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Vit sep #1234
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
ecf34ae
feat: vit seperation
9f43400
refine
a9db45d
fix
9ec3d88
fix
hiworldwzj 155e8ee
fix
hiworldwzj d2e3919
fix
hiworldwzj 0369dec
fix
hiworldwzj 958cfc1
fix
hiworldwzj d95cba6
fix
hiworldwzj 778c483
fix
hiworldwzj d9baab3
fix
hiworldwzj 05d5094
fix
hiworldwzj b27633d
fix
hiworldwzj b62231a
fix
hiworldwzj 05389e3
fix
hiworldwzj 0125978
fix
hiworldwzj 6af47b6
fix
hiworldwzj cee7837
fix
hiworldwzj b620e0e
fix
hiworldwzj 46133a7
fix
hiworldwzj 07a46c7
fix
hiworldwzj 4d63f47
fix
hiworldwzj 22f7a1c
fix
hiworldwzj dbb0ef3
fix
hiworldwzj 4ba14b5
fix
hiworldwzj 48be126
fix
hiworldwzj c95b7f8
fix
hiworldwzj abfaa6f
fix
hiworldwzj b42f4d5
fix
hiworldwzj 9ce0edc
fix
hiworldwzj 83cf458
fix
hiworldwzj ea6530f
fix
hiworldwzj cd05104
fix
hiworldwzj 19f6cb6
fix
hiworldwzj d70d437
fix
hiworldwzj cbacd0a
fix
hiworldwzj bd3af5f
fix
hiworldwzj fce0136
fix
hiworldwzj 53b9127
fix
hiworldwzj 2df2ce3
fix
hiworldwzj 3ad7daa
fix
hiworldwzj c03c7d0
fix
hiworldwzj 36b4bb7
fix
hiworldwzj 2cf51dd
fix
hiworldwzj f866f7b
fix
hiworldwzj 7419e79
fix
hiworldwzj 5ddb915
fix
hiworldwzj bb363bb
fix
hiworldwzj 110c2ca
fix
hiworldwzj 526500f
fix
hiworldwzj b48528a
fix
hiworldwzj bff7bb7
fix
hiworldwzj 3fdc3a6
fix
hiworldwzj 35e28b1
fix
hiworldwzj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using
0o777permissions is highly permissive and can be a security risk, as it gives read, write, and execute permissions to everyone on the system. Consider using more restrictive permissions, such as0o755for directories, depending on the access requirements.