FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
clip.cpp/format.sh at python-bindings · monatis/clip.cpp · GitHub
monatis
/
clip.cpp
Public
Notifications
You must be signed in to change notification settings
Fork
52
Star
568
Code
Issues
25
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
clip.cpp
/
format.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
2 lines (2 loc) · 159 Bytes
Breadcrumbs
clip.cpp
/
format.sh
Copy path
File metadata and controls
2 lines (2 loc) · 159 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
#
/bin/bash
find
.
-type f
\(
-name
'
*.cpp
'
-o -name
'
*.hpp
'
-o -name
'
*.c
'
-o -name
'
*.h
'
\)
!
-path
"
./ggml/*
"
!
-path
"
./build/*
"
-exec clang-format -i {} +
Back
|
FazBrowse Home
|
New Git URL