Commit Graph

  • 2e6a6c32ae Update README.md Ashraful Islam 2023-12-12 18:26:13 -06:00
  • 2206e8f7d9 Update convert.py Merrick Christensen 2023-12-12 14:33:33 -07:00
  • e0a53edb46 llama v1 request Awni Hannun 2023-12-12 13:32:05 -08:00
  • f0c57c1361 llama v2 with sharded weights Awni Hannun 2023-12-12 12:48:15 -08:00
  • 9a02dce35c Merge pull request #80 from 805karansaini/main Awni Hannun 2023-12-12 12:20:13 -08:00
  • eae9431143 Typo Fix 805karansaini 2023-12-13 01:45:50 +05:30
  • 9b3f64d196 Merge pull request #75 from ml-explore/mixtral Awni Hannun 2023-12-12 10:41:25 -08:00
  • 2439333a57 fixed doc for ResNet Sarthak Yadav 2023-12-12 19:07:39 +01:00
  • f37e777243 added CIFAR10 + ResNet example Sarthak Yadav 2023-12-12 19:01:06 +01:00
  • 034d0cfc2e nit Awni Hannun 2023-12-12 08:42:32 -08:00
  • 0f66a12721 typos in readme Awni Hannun 2023-12-12 08:41:28 -08:00
  • 2ffd0da009 mixtral runs a bit faster Awni Hannun 2023-12-12 08:36:40 -08:00
  • 94705ed38b Add large v3 bofenghuang 2023-12-12 17:26:52 +01:00
  • e42682dced initial mixtral Awni Hannun 2023-12-12 07:44:23 -08:00
  • 6e723a015a whisper default in fp16 Awni Hannun 2023-12-12 07:37:35 -08:00
  • 13f1142eaa Merge pull request #73 from jj701/mnist-requirements-txt Awni Hannun 2023-12-11 19:37:53 -08:00
  • bd742ec03c Adding Requirements.txt jj701 2023-12-11 20:45:39 -06:00
  • 5be26ae91b Merge pull request #69 from TristanBilot/main Awni Hannun 2023-12-11 14:22:47 -08:00
  • b606bfa6a7 fix comments before merge Tristan Bilot 2023-12-11 23:10:46 +01:00
  • b95e48e146 use tree_flatten within L2 regularization Tristan Bilot 2023-12-11 20:15:11 +01:00
  • ed5a830626 add GCN implementation Tristan Bilot 2023-12-11 17:48:07 +01:00
  • ecd96acfe4 Merge pull request #66 from Haixing-Hu/fix-issue-54 Awni Hannun 2023-12-10 18:57:51 -08:00
  • 5b62270556 fix: fix issue #54, use CPU device to load the Torch model Haixing Hu 2023-12-11 10:54:55 +08:00
  • a4d932bf26 fix conversion Awni Hannun 2023-12-10 14:35:39 -08:00
  • 2652b4f055 Merge pull request #52 from ricardo-larosa/mistral_batch_size Awni Hannun 2023-12-10 11:25:23 -08:00
  • ce9ba916a3 Add arg tokens_per_eval for token generation ricardo-larosa 2023-12-09 19:43:44 +01:00
  • a577abc313 Cleaner masking code Joe Barrow 2023-12-09 21:21:24 -05:00
  • 3a3ea3cfb0 Merge pull request #53 from ml-explore/mistral_lora Awni Hannun 2023-12-09 15:05:29 -08:00
  • 5a5decf767 revert accidental change Awni Hannun 2023-12-09 14:58:45 -08:00
  • 036090f508 few more nits Awni Hannun 2023-12-09 14:20:19 -08:00
  • 98f4346c81 black format Awni Hannun 2023-12-09 14:15:25 -08:00
  • b8332a1e66 generalize lora finetuning for llama and mistral Awni Hannun 2023-12-09 14:13:55 -08:00
  • 5d4838b02e Updating BERT model to take advantage of bias param in MultiHeadAttention Joe Barrow 2023-12-09 12:07:33 -05:00
  • 46c6bbe0a1 Merge pull request #43 from jbarrow/main Awni Hannun 2023-12-09 09:03:49 -08:00
  • d873e10dfe Updating README for current example, making python>=3.8 compatibile, and fixing code type Joe Barrow 2023-12-09 12:01:58 -05:00
  • 20d920a7eb Requirements for running BERT Joe Barrow 2023-12-09 10:52:55 -05:00
  • 45ca4ed3f6 Updating README Joe Barrow 2023-12-09 10:48:34 -05:00
  • 7320456226 Cleaning implementation for merge Joe Barrow 2023-12-09 10:41:15 -05:00
  • 8b2a6fee33 Merge pull request #50 from eltociear/patch-1 Awni Hannun 2023-12-08 17:00:25 -08:00
  • ba0bd65510 Update CONTRIBUTING.md Ikko Eltociear Ashimine 2023-12-09 08:02:34 +09:00
  • 331690491f Merge pull request #45 from bbelescot/clarify-llama-readme-instructions Awni Hannun 2023-12-08 09:38:07 -08:00
  • 5bdd030387 📝 apply the path change to the convert cmd for consistency bbelescot 2023-12-08 17:11:50 +01:00
  • e05ee57bab Update README for mlx-examples repo Joe Barrow 2023-12-08 10:20:50 -05:00
  • 6259c9a048 Merge pull request #40 from Jacksonzhang0316/main Awni Hannun 2023-12-08 06:48:21 -08:00
  • bbc18a3240 Merge pull request #47 from nepalivai/patch-1 Awni Hannun 2023-12-08 06:47:12 -08:00
  • 743f0a2729 Update README.md Nepalivai 2023-12-08 19:41:38 +05:45
  • 68c4282766 📝 clarify python command for llama example bbelescot 2023-12-08 13:55:26 +01:00
  • 53f7e68d7e fix typo in README.md biondi 2023-12-08 18:07:16 +08:00
  • 4e5b8ceafe BERT implementation Joe Barrow 2023-12-08 05:14:11 -05:00
  • 4018aed335 fix: Unsupported BFloat16 Data Type Issue with MPS Backend 张嘉豪 2023-12-08 16:19:35 +08:00
  • ff3cc56c8d Merge pull request #37 from robertmccraith/main Awni Hannun 2023-12-07 13:35:31 -08:00
  • 4ed942d7f5 fix: typo in variable name Robert McCraith 2023-12-07 21:30:04 +00:00
  • 172a60056f update whisper readme and requirements Awni Hannun 2023-12-07 11:15:54 -08:00
  • 54952a0d80 Merge pull request #12 from chatgpt-1/main Awni Hannun 2023-12-07 08:53:30 -08:00
  • a2b837e0f5 Merge pull request #30 from HonorRong/patch-1 Awni Hannun 2023-12-07 08:13:37 -08:00
  • e5cb9635a7 Merge pull request #32 from LeTarrask/main Awni Hannun 2023-12-07 08:12:26 -08:00
  • 12ef61915a Merge pull request #33 from tensojka/patch-1 Awni Hannun 2023-12-07 08:07:11 -08:00
  • 62dcb3301f Merge pull request #10 from ricardo-larosa/fix-unsupported-scalartype Awni Hannun 2023-12-07 08:05:44 -08:00
  • 85345d42cb Merge branch 'ml-explore:main' into fix-unsupported-scalartype Ricardo La Rosa 2023-12-07 17:04:01 +01:00
  • 71aff8c346 Fix unsupported ScalarType BFloat16 ricardo-larosa 2023-12-06 13:30:59 +01:00
  • 5a0c36d8b6 Fix link in docstring in wikitext function Ondřej Sojka 2023-12-07 14:19:55 +01:00
  • 9cddf4f2cd fixed typo Alex Luna 2023-12-07 10:19:37 +00:00
  • ec97c7531b Update README.md waterstone 2023-12-07 16:44:29 +08:00
  • 1289f0bd9c Merge pull request #22 from Vaibhavs10/add_hf_url Awni Hannun 2023-12-06 21:15:42 -08:00
  • 76c78aa486 Merge pull request #23 from adhishthite/main Awni Hannun 2023-12-06 21:14:41 -08:00
  • 443037859a Merge pull request #5 from jaglinux/patch-1 Awni Hannun 2023-12-06 21:07:13 -08:00
  • e55c18d164 fix(sd): Add mlx as a dependency David Chavez 2023-12-06 12:08:43 +01:00
  • a1b4a475e1 Clarification in the stable diffusion readme Angelos Katharopoulos 2023-12-06 15:22:46 -08:00
  • e488831e03 bug fix in transformer_lm example Leon Ericsson 2023-12-06 17:42:23 +01:00
  • 8b965b2e33 Add missing numpy dependency Hitarth Sharma 2023-12-07 08:21:21 +13:00
  • 9cf82a0d43 Benchmark all models if user allows. adhishthite 2023-12-07 00:07:42 +05:30
  • 5a5b2b6dcf Add url to mlx checkpoints on HF. Vaibhav Srivastav 2023-12-06 19:13:14 +01:00
  • 6cbc029450 Fix timestamp extraction bug in transcribe function crackerben 2023-12-06 20:34:30 +08:00
  • 429ddb30dc Fix unsupported ScalarType BFloat16 ricardo-larosa 2023-12-06 13:30:59 +01:00
  • 5fc117025a Update README.md Jagadish Krishnamoorthy 2023-12-06 00:30:37 -08:00
  • 0bf5d0e3bc Merge pull request #2 from ml-explore/mistral Awni Hannun 2023-12-05 21:44:35 -08:00
  • bcede4bc0c comments Awni Hannun 2023-12-05 21:36:47 -08:00
  • e4333a3325 update readme Awni Hannun 2023-12-05 11:58:58 -08:00
  • 234a5f5cfe nits Awni Hannun 2023-12-05 11:24:30 -08:00
  • b7840a4721 mistral Awni Hannun 2023-12-05 11:02:52 -08:00
  • 1900564f59 format Awni Hannun 2023-11-30 11:52:47 -08:00
  • 5117e2e65d Merge pull request #1 from ml-explore/copyright Awni Hannun 2023-11-30 11:16:44 -08:00
  • a932012c12 consistent copyright Awni Hannun 2023-11-30 11:11:04 -08:00
  • 31bc57c4ff add copyright in source Awni Hannun 2023-11-30 11:08:53 -08:00
  • 5d6353aab7 lora Awni Hannun 2023-11-29 14:14:11 -08:00
  • 4950e9f374 contribution + code of conduct Awni Hannun 2023-11-29 12:31:18 -08:00
  • b364cc56cd Add the Llama and Stable Diffusion examples Angelos Katharopoulos 2023-11-29 10:38:20 -08:00
  • 7f1328f333 fix readme Awni Hannun 2023-11-29 08:19:30 -08:00
  • b243c1d8f4 a few examples Awni Hannun 2023-11-29 08:17:26 -08:00
  • e31d82d3ed Initial commit Awni Hannun 2023-11-28 15:37:50 -08:00