Skip to content

Commit d120447

Browse files
authored
[ xet ] Fix link to bg4_prediction.rs in documentation (#1996)
1 parent 0675647 commit d120447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/xet/xorb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Note that a Xorb MAY contain chunks that utilize different compression schemes.
111111
2. **Best Effort Prediction**
112112

113113
In `xet-core`, to predict if BG4 will be useful we maximum KL divergence between the distribution of per-byte pop-counts on a sample of each of the 4 groups that would be formed.
114-
You can read more about it in [bg4_prediction.rs](./cas_object/src/byte_grouping/bg4_prediction.rs) and accompanying scripts.
114+
You can read more about it in [bg4_prediction.rs](https://github.com/huggingface/xet-core/blob/main/cas_object/src/byte_grouping/bg4_prediction.rs) and accompanying scripts.
115115

116116
If the predictor does not show that BG4 will be better, we use Lz4 and in either case we will store the chunk as the uncompressed version if the compression scheme used does not show any benefit.
117117

0 commit comments

Comments
 (0)