Time Series Forecasting
TimesFM
siriuz42 commited on
Commit
2fa3883
1 Parent(s): cae8ff8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -24
README.md CHANGED
@@ -34,30 +34,7 @@ Please look into the README files in the respective benchmark directories within
34
 
35
  ## Installation
36
 
37
- This Hugging Face repo hosts TimesFm checkpoints. Please visit our [GitHub repo](https://github.com/google-research/timesfm) to install the `timesfm` library for model inference.
38
-
39
- We have two environment files. For GPU installation (assuming CUDA 12 has been
40
- setup), you can create a conda environment `tfm_env` from the base folder
41
- through:
42
-
43
- ```
44
- conda env create --file=environment.yml
45
- ```
46
-
47
- For a CPU setup please use,
48
-
49
- ```
50
- conda env create --file=environment_cpu.yml
51
- ```
52
- to create the environment instead.
53
-
54
- Follow by
55
-
56
- ```
57
- conda activate tfm_env
58
- pip install -e .
59
- ```
60
- to install the package.
61
 
62
  ## Usage
63
 
 
34
 
35
  ## Installation
36
 
37
+ This HuggingFace repo hosts TimesFm checkpoints. Please visit our [GitHub repo](https://github.com/google-research/timesfm) and follow the instructions there to install the `timesfm` library for model inference.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
  ## Usage
40