Commit Graph

  • bc7283747f Remove generated output files from git tracking, add to .gitignore master freedakgmail 2026-07-01 21:06:59 +08:00
  • 97d873b6dc Remove project-level cursorrules (moved to global ~/.cursorrules) freedakgmail 2026-07-01 21:05:29 +08:00
  • 4f20b56333 Add cursor rules with git.all8ai.top remote config freedakgmail 2026-07-01 21:03:41 +08:00
  • 6041e3ff27 Add stock prediction experiments: AAPL forecast + 4-version backtest comparison freedakgmail 2026-07-01 21:01:59 +08:00
  • 8a22ca28a0 Update README.md Rajat Sen 2026-06-08 11:27:29 -07:00
  • 6ed1d8a7a2 Update global-temperature example to use TimesFM 2.5 API Rajat Sen 2026-06-08 17:31:07 +00:00
  • e56854bc9e Bump version to 2.0.1 Rajat Sen 2026-06-08 17:17:36 +00:00
  • 2f1625c208 Fix model loading issues and forecast_naive slicing bug in TimesFM 2.5 Rajat Sen 2026-06-07 17:28:32 +00:00
  • b3d0dec6ec Update README.md Yichen Zhou 2026-06-05 12:42:18 -07:00
  • ace12a8a94 Update README.md Yichen Zhou 2026-06-05 12:41:22 -07:00
  • d720daa678 Update README.md Yichen Zhou 2026-04-14 22:59:09 -07:00
  • eacf761c32 Merge pull request #398 from darkpowerxo/feat/peft-finetuning-pipeline-2.5 Yichen Zhou 2026-04-14 22:49:22 -07:00
  • 6ae67d41d8 revert: drop PR #393 (xreg batch behavior) and PR #390 (SKILL.md link) per maintainer feedback darkpowerxo 2026-04-09 23:00:36 -04:00
  • caddef1db8 refactor: replace custom PEFT pipeline with Transformers+PEFT example darkpowerxo 2026-04-09 11:15:58 -04:00
  • 18d5eb2d44 fix: improve PEFT device consistency and XReg output slicing darkpowerxo 2026-04-08 21:40:06 -04:00
  • ad192b7954 docs: update README — replace 'under construction' with completed status darkpowerxo 2026-04-08 15:25:53 -04:00
  • 54f5405b7d docs: fix swapped xreg_mode descriptions and typo in error message darkpowerxo 2026-04-08 14:20:40 -04:00
  • 13a8eb2a25 ci: upgrade GitHub Actions to v6 darkpowerxo 2026-04-08 14:19:08 -04:00
  • 30f28a1b1d fix: correct SKILL.md link in README darkpowerxo 2026-04-08 14:18:15 -04:00
  • 1bb44d5eef fix: respect batch_size in v1 data_loader when permute=False darkpowerxo 2026-04-08 14:18:02 -04:00
  • a63360a57c fix: per-input ridge regression to prevent data leakage in xreg darkpowerxo 2026-04-08 14:15:44 -04:00
  • c10494a4c5 test: add unit tests for configs, torch layers, utils, and base utils darkpowerxo 2026-04-08 14:13:37 -04:00
  • bc03b77e9e fix: correct 'complied' typo and replace print with logging darkpowerxo 2026-04-08 14:09:14 -04:00
  • b6ac2b3559 docs: add README for the PEFT fine-tuning pipeline darkpowerxo 2026-04-08 13:53:43 -04:00
  • a67eeb2e7d feat: add CLI entry-point and launch script for PEFT fine-tuning darkpowerxo 2026-04-08 13:53:35 -04:00
  • eca7ca3428 feat: add multi-GPU PEFT trainer for TimesFM 2.5 darkpowerxo 2026-04-08 13:52:59 -04:00
  • 9875d926fe feat: add TimeSeriesDataset for PEFT fine-tuning darkpowerxo 2026-04-08 13:52:19 -04:00
  • 7357458e45 feat: add LoRA/DoRA adapter layers for TimesFM 2.5 (PyTorch) darkpowerxo 2026-04-08 13:51:55 -04:00
  • aa2b17f0b3 chore: update .gitignore for egg-info, uv.lock, peft_checkpoints darkpowerxo 2026-04-08 13:51:37 -04:00
  • f085b90799 Update README.md Yichen Zhou 2026-04-02 17:26:33 -07:00
  • 104b1d3ee4 Update README.md Yichen Zhou 2026-04-02 17:25:08 -07:00
  • ed602f95a3 Update README.md Yichen Zhou 2026-04-01 14:46:32 -07:00
  • ed29ec5ef7 Merge pull request #376 from yasumorishima/fix/xreg-mode-docstring Yichen Zhou 2026-03-19 13:40:56 -07:00
  • 2c1052be94 Merge pull request #369 from borealBytes/feat/timesfm-forecasting-skill Yichen Zhou 2026-03-19 10:36:46 -07:00
  • babdee5208 docs: fix swapped xreg_mode descriptions in forecast_with_covariates docstring Yasunori Morishima(盛島康徳) 2026-03-19 11:11:55 +00:00
  • a3beaa8421 Merge pull request #372 from kashif/modelhubmixin Rajat Sen 2026-03-11 11:04:43 -07:00
  • d2cb4849b6 fix docs string Kashif Rasul 2026-03-11 17:38:09 +01:00
  • 0134e55a6e Replace ModelHubMixin with PytorchModelHubMixin Kashif Rasul 2026-03-11 09:36:14 +01:00
  • a8bcd5d6d9 use the ModelHubMixin api Kashif Rasul 2026-03-06 10:53:18 +01:00
  • 5aad77bd61 docs: address PR #369 review comments and add dataset preflight borealBytes 2026-02-25 21:27:31 -05:00
  • 1c959c8919 feat(agents): add AGENTS.md entry point at repo root Clayton Young 2026-02-22 13:40:52 -05:00
  • a83dbf3f16 refactor(skill): replace claude-specific dirs with agentskills.io standard Clayton Young 2026-02-22 13:35:05 -05:00
  • 6c44413b7f feat(skill): add timesfm-forecasting Agent Skill (agentskills.io) Clayton Young 2026-02-22 13:25:39 -05:00
  • 8a755c9c75 Merge pull request #341 from kashif/timesfmv1-var Rajat Sen 2026-02-18 16:22:59 -08:00
  • 177ab03e9c fix v1 jax version Kashif Rasul 2026-02-18 14:50:56 +01:00
  • 2dcc66fbfe Merge pull request #360 from google-research/siriuz42-patch-3 Yichen Zhou 2026-01-27 10:53:07 -08:00
  • 4f0bd19a92 Update pyproject.toml Yichen Zhou 2026-01-27 10:51:19 -08:00
  • 6bd8044275 Merge pull request #345 from google-research/siriuz42-patch-2 Yichen Zhou 2025-12-05 13:48:40 -08:00
  • f7f6fa5d99 Update timesfm_2p5_flax.py Yichen Zhou 2025-12-05 09:46:19 -08:00
  • 705685c912 fix v1 var calculation Kashif Rasul 2025-11-25 09:40:07 +01:00
  • bf88c5dc88 Merge pull request #335 from google-research/rajat-dev Rajat Sen 2025-10-31 10:45:25 -07:00
  • 3bb141947e adapt to new huggingface_hub interface Rajat Sen 2025-10-31 17:41:31 +00:00
  • ddfa6cd9d8 Merge pull request #332 from google-research/rajat-dev Rajat Sen 2025-10-30 13:23:28 -07:00
  • be91ef8ee3 manually download config.json Rajat Sen 2025-10-30 20:11:16 +00:00
  • c43e8f3e66 Update README.md Yichen Zhou 2025-10-29 17:45:32 -07:00
  • a7435a190f Merge pull request #329 from google-research/siriuz42-2.0-pr Yichen Zhou 2025-10-29 17:41:32 -07:00
  • ba2417e11a update requirement siriuz42 2025-10-28 22:40:21 +00:00
  • 0d4d5141d7 covariate support siriuz42 2025-10-28 22:30:24 +00:00
  • c24db2afd2 covariate support siriuz42 2025-10-28 22:29:40 +00:00
  • 80f1a1eafe Merge remote-tracking branch 'origin/master' into siriuz42-2.0-pr siriuz42 2025-10-28 17:50:55 +00:00
  • 58e01ad82f Merge pull request #326 from google-research/siriuz42-patch-1 Rajat Sen 2025-10-08 16:15:28 -07:00
  • a6609df1d5 Update timesfm_2p5_flax.py Yichen Zhou 2025-10-08 16:03:18 -07:00
  • b6b207a4ed bug fix siriuz42 2025-10-08 22:59:07 +00:00
  • ce168ffd1f Merge pull request #325 from google-research/siriuz42-2.0-pr Rajat Sen 2025-10-08 09:37:10 -07:00
  • 9080939cb8 Manually trigger jitting in Flax. siriuz42 2025-10-08 16:32:41 +00:00
  • a21b1d5b25 Merge pull request #324 from google-research/rajat-dev Rajat Sen 2025-10-08 09:08:15 -07:00
  • bf23fb4880 readme update and not pinning cuda versin for flax Rajat Sen 2025-10-08 15:50:21 +00:00
  • cae3104aa6 yml file changes Rajat Sen 2025-10-08 00:21:25 +00:00
  • 604ad59067 yml file changes Rajat Sen 2025-10-08 00:19:55 +00:00
  • c172faf5eb yml file changes Rajat Sen 2025-10-08 00:14:50 +00:00
  • 1c0cd87f2b updating workflows Rajat Sen 2025-10-08 00:06:52 +00:00
  • 39df49c3a0 uv installation instructions Rajat Sen 2025-10-07 23:58:53 +00:00
  • 56e7fd67c6 pulled flax changes from master Rajat Sen 2025-10-07 21:46:30 +00:00
  • 018b2557ab changes to workflow Rajat Sen 2025-10-07 21:38:22 +00:00
  • fe70095c6c Merge pull request #323 from google-research/siriuz42-2.0-pr Yichen Zhou 2025-10-07 14:37:26 -07:00
  • 1436ad859c fix typo siriuz42 2025-10-07 21:26:57 +00:00
  • ff2cefaa26 minor changes siriuz42 2025-10-07 20:41:38 +00:00
  • 25bb4f20e8 (1) Make config hashable. (2) Flax siriuz42 2025-10-06 05:58:30 +00:00
  • c159f1bf39 setup pyproject.toml to add optional dependencies siriuz42 2025-10-03 16:56:53 -07:00
  • cb3aa09b15 setup pyproject.toml to add optional dependencies siriuz42 2025-10-03 14:50:31 -07:00
  • a314cd252c initial flax push siriuz42 2025-10-03 14:14:36 -07:00
  • dc35e580d9 Merge pull request #316 from google-research/rajat-dev Rajat Sen 2025-10-01 15:23:52 -07:00
  • a58bde615d minor doc changes Rajat Sen 2025-10-01 21:47:42 +00:00
  • 4f6bf5adc0 readme update Rajat Sen 2025-10-01 18:13:36 +00:00
  • 501ddd5614 adding these changes to default config. Rajat Sen 2025-10-01 18:10:10 +00:00
  • 08918788ad adding these changes to default config. Rajat Sen 2025-10-01 18:08:11 +00:00
  • c58e6b6bca adding torch attention support and refactoring compile options Rajat Sen 2025-10-01 18:05:30 +00:00
  • 2b5516d2f1 minor changes to readme Rajat Sen 2025-10-01 16:51:59 +00:00
  • a1c61b6f5d faster decoding related changes Rajat Sen 2025-10-01 16:50:27 +00:00
  • d5a3d5b872 Update README.md Yichen Zhou 2025-09-26 17:53:11 -07:00
  • 03e3f7a9d8 Merge pull request #312 from google-research/rajat-dev Yichen Zhou 2025-09-26 17:49:23 -07:00
  • 2fded92687 indentation changes Rajat Sen 2025-09-26 23:25:06 +00:00
  • 1c6e15ff21 update readme Rajat Sen 2025-09-26 22:52:18 +00:00
  • c42a740917 loading the model using from_pretrained method Rajat Sen 2025-09-26 22:47:56 +00:00
  • 2e6db886fa Merge pull request #310 from ram-from-tvl/fix/remove-lingvo Yichen Zhou 2025-09-25 13:06:00 -07:00
  • 098ad05360 Remove lingvo from v1 pax extra to avoid install failures on Colab ram-from-tvl 2025-09-25 23:40:10 +05:30
  • b810bbdf9f Merge pull request #299 from google-research/siriuz42-2.0-pr Yichen Zhou 2025-09-15 09:57:09 -07:00
  • 099cefe8b9 bug fix, docstring, readme Yichen Zhou 2025-09-13 06:57:00 +00:00
  • b9e31fd02a To comply with Google OSS style guide. Yichen Zhou 2025-09-13 05:30:07 +00:00
  • 59d2985681 Update timesfm_2p5_torch.py Yichen Zhou 2025-09-11 18:17:14 -07:00