|
|
|
|
|
by PaulDavisThe1st
114 days ago
|
|
One of the things that a lot of LLM scrapers are fetching are git repositories. They could just use git clone to fetch everything at once. But instead, they fetch them commit by commit. That's about as static as you can get, and it is absolutely NOT a non-issue. |
|