Update README.md
This commit is contained in:
@@ -59,7 +59,7 @@ pip install -e .
|
|||||||
```python
|
```python
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import timesfm
|
import timesfm
|
||||||
model = TimesFM_2p5_200M_torch.from_pretrained("google/timesfm-2.5-200m-pytorch")
|
model = timesfm.TimesFM_2p5_200M_torch.from_pretrained("google/timesfm-2.5-200m-pytorch")
|
||||||
|
|
||||||
model.compile(
|
model.compile(
|
||||||
timesfm.ForecastConfig(
|
timesfm.ForecastConfig(
|
||||||
|
|||||||
Reference in New Issue
Block a user