altpuppet
commited on
Commit
·
e99be63
1
Parent(s):
9a5586c
Add missing GPyTorch dependency used in synthetic data generation
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -20,3 +20,4 @@ PyYAML>=5.4.1
|
|
| 20 |
flash-linear-attention @ git+https://github.com/fla-org/flash-linear-attention@main
|
| 21 |
matplotlib>=3.5.0
|
| 22 |
torchmetrics>=1.0.0
|
|
|
|
|
|
| 20 |
flash-linear-attention @ git+https://github.com/fla-org/flash-linear-attention@main
|
| 21 |
matplotlib>=3.5.0
|
| 22 |
torchmetrics>=1.0.0
|
| 23 |
+
gpytorch
|