Skip to content

Commit

Permalink
same title for models
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq authored Oct 24, 2024
1 parent ec0aeca commit 1335391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hub/models-download-stats.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Models Download Stats

## How are download stats generated for models?
## How are downloads counted for models ?

Counting the number of downloads for models is not a trivial task, as a single model repository might contain multiple files, including multiple model weight files (e.g., with sharded models) and different formats depending on the library (GGUF, PyTorch, TensorFlow, etc.). To avoid double counting downloads (e.g., counting a single download of a model as multiple downloads), the Hub uses a set of query files that are employed for download counting. No information is sent from the user, and no additional calls are made for this. The count is done server-side as the Hub serves files for downloads.

Expand Down

0 comments on commit 1335391

Please sign in to comment.