29 Commits

Author SHA1 Message Date
Alex Cheema
3c7bd48aa3 get rid of some more hf bloat 2025-01-27 01:08:46 +00:00
Alex Cheema
902e0d35e1 github env vars 2024-12-07 19:28:54 +00:00
Alex Cheema
e0c87113a3 better pagination to avoid rate limits on dashboard 2024-11-28 19:53:16 +04:00
Alex Cheema
e6ee942abc fix diff checking on dashboard 2024-11-26 15:32:54 +04:00
Alex Cheema
89b95e44db dont run test sound effects on startR 2024-11-26 14:55:33 +04:00
Alex Cheema
3fbeeba7ae use pygame for notification sounds 2024-11-26 14:55:27 +04:00
Alex Cheema
97eeac11db add mp3 sounds 2024-11-26 14:54:43 +04:00
Alex Cheema
df52c4cb99 simpleaudio requirement for dashboard 2024-11-25 21:43:44 +04:00
Alex Cheema
3f506ad7bb cosmetic dashboard improvements 2024-11-25 21:42:04 +04:00
Alex Cheema
ca8d59a215 add notification sounds 2024-11-25 21:21:00 +04:00
Alex Cheema
062f5e3e29 dashboard fix limit 2024-11-25 17:45:29 +04:00
Alex Cheema
6f8582d825 nice dashboard, add benchmark results tokens per second 2024-11-25 17:30:45 +04:00
Alex Cheema
28de4fd751 dashboard fix int64 2024-11-25 13:46:42 +04:00
Alex Cheema
e3dc3b2023 include total line count in dashboard 2024-11-25 13:39:47 +04:00
Alex Cheema
c98a9be641 Merge remote-tracking branch 'origin/main' into linecount 2024-11-25 13:27:11 +04:00
Alex Cheema
ea9b04363f fix indent 2024-11-25 13:25:29 +04:00
Alex Cheema
c0646be2a1 count lines of code 2024-11-25 13:24:28 +04:00
Alex Cheema
0ab63e4e58 dashboard reqs 2024-11-24 23:41:20 +04:00
Alex Cheema
b000d23b2a dashboard async, clickable datapoints that go to commit url 2024-11-24 23:38:57 +04:00
Alex Cheema
8c6a6fabdf a simple dashboard to track pip package size over time, commit-by-commit 2024-11-24 23:24:17 +04:00
Alex Cheema
29e5363ebe Merge branch 'main' into pipsize 2024-11-24 00:05:13 +04:00
Alex Cheema
2dfd322fe2 thanks dnewman 2024-11-24 00:00:08 +04:00
Alex Cheema
f2d5beee08 change chatgpt api port from 8000 to 52415 2024-11-16 10:58:55 +04:00
Alex Cheema
5521dcbffd add script to calculate pipsize 2024-10-02 23:04:57 +04:00
Alex Cheema
ebff636a25 script ot start openwebui 2024-08-26 17:33:23 +01:00
Alex Cheema
14f2846a9c yapf set blank_line_before_nested_class_or_def to false 2024-08-22 14:07:34 +01:00
Alex Cheema
ea70c9fb76 reformat with yapf format.py 2024-08-22 14:05:43 +01:00
Alex Cheema
476a714bbb make a separate ShardDownloader abstract class w HFShardDownloader. this opens up plugging in different methods of downloading model shards e.g. #79 / #16 2024-08-07 12:34:00 +01:00
Alex Cheema
545a486ed3 separate hf_helpers, make extra dir with download_hf script, unify downloading so tinygrad uses the same method as mlx and interoperable model formats 2024-08-05 23:03:17 +01:00