Commit Graph

  • 036f48bf8a
    Update jax_main.py KlaraKoh 2023-12-10 17:24:59 +0100
  • e17beb0877 Add arg tokens_per_eval for token generation ricardo-larosa 2023-12-09 19:43:44 +0100
  • ce9ba916a3 Add arg tokens_per_eval for token generation ricardo-larosa 2023-12-09 19:43:44 +0100
  • 63d80ad616 fix: fix issue #54, add the --cpu option to use the CPU device Haixing Hu 2023-12-10 11:09:48 +0800
  • ac942055aa Cleaner masking code Joe Barrow 2023-12-09 21:21:24 -0500
  • a577abc313 Cleaner masking code Joe Barrow 2023-12-09 21:21:24 -0500
  • dc1924edf1 Merge pull request #53 from ml-explore/mistral_lora Awni Hannun 2023-12-09 15:05:29 -0800
  • 3a3ea3cfb0
    Merge pull request #53 from ml-explore/mistral_lora Awni Hannun 2023-12-09 15:05:29 -0800
  • 5bb1506ae9 revert accidental change Awni Hannun 2023-12-09 14:58:45 -0800
  • 5a5decf767 revert accidental change Awni Hannun 2023-12-09 14:58:45 -0800
  • 00e21705c2 few more nits Awni Hannun 2023-12-09 14:20:19 -0800
  • 036090f508 few more nits Awni Hannun 2023-12-09 14:20:19 -0800
  • dfe79a46f2 black format Awni Hannun 2023-12-09 14:15:25 -0800
  • 98f4346c81 black format Awni Hannun 2023-12-09 14:15:25 -0800
  • 8094503a68 generalize lora finetuning for llama and mistral Awni Hannun 2023-12-09 14:13:55 -0800
  • b8332a1e66 generalize lora finetuning for llama and mistral Awni Hannun 2023-12-09 14:13:55 -0800
  • 29208830ae Updating BERT model to take advantage of bias param in MultiHeadAttention Joe Barrow 2023-12-09 12:07:33 -0500
  • 5d4838b02e Updating BERT model to take advantage of bias param in MultiHeadAttention Joe Barrow 2023-12-09 12:07:33 -0500
  • 07cdcef452 Merge pull request #43 from jbarrow/main Awni Hannun 2023-12-09 09:03:49 -0800
  • 46c6bbe0a1
    Merge pull request #43 from jbarrow/main Awni Hannun 2023-12-09 09:03:49 -0800
  • c5733b48fd Updating README for current example, making python>=3.8 compatibile, and fixing code type Joe Barrow 2023-12-09 12:01:58 -0500
  • d873e10dfe Updating README for current example, making python>=3.8 compatibile, and fixing code type Joe Barrow 2023-12-09 12:01:58 -0500
  • 187798967c Requirements for running BERT Joe Barrow 2023-12-09 10:52:55 -0500
  • 20d920a7eb Requirements for running BERT Joe Barrow 2023-12-09 10:52:55 -0500
  • 04350eb0a6 Updating README Joe Barrow 2023-12-09 10:48:34 -0500
  • 45ca4ed3f6 Updating README Joe Barrow 2023-12-09 10:48:34 -0500
  • d6398681d1 Cleaning implementation for merge Joe Barrow 2023-12-09 10:41:15 -0500
  • 7320456226 Cleaning implementation for merge Joe Barrow 2023-12-09 10:41:15 -0500
  • 25af0d5f34 Merge pull request #50 from eltociear/patch-1 Awni Hannun 2023-12-08 17:00:25 -0800
  • 8b2a6fee33
    Merge pull request #50 from eltociear/patch-1 Awni Hannun 2023-12-08 17:00:25 -0800
  • d882ebeaa1 Update CONTRIBUTING.md Ikko Eltociear Ashimine 2023-12-09 08:02:34 +0900
  • ba0bd65510
    Update CONTRIBUTING.md Ikko Eltociear Ashimine 2023-12-09 08:02:34 +0900
  • 3a521ddf87 Merge pull request #45 from bbelescot/clarify-llama-readme-instructions Awni Hannun 2023-12-08 09:38:07 -0800
  • 331690491f
    Merge pull request #45 from bbelescot/clarify-llama-readme-instructions Awni Hannun 2023-12-08 09:38:07 -0800
  • 8a0ed6d5e5 📝 apply the path change to the convert cmd for consistency bbelescot 2023-12-08 17:11:50 +0100
  • 5bdd030387 📝 apply the path change to the convert cmd for consistency bbelescot 2023-12-08 17:11:50 +0100
  • 7aa8348f60 Update README for mlx-examples repo Joe Barrow 2023-12-08 10:20:50 -0500
  • e05ee57bab
    Update README for mlx-examples repo Joe Barrow 2023-12-08 10:20:50 -0500
  • acf1b5482e Merge pull request #40 from Jacksonzhang0316/main Awni Hannun 2023-12-08 06:48:21 -0800
  • 6259c9a048
    Merge pull request #40 from Jacksonzhang0316/main Awni Hannun 2023-12-08 06:48:21 -0800
  • 97e0425f1a Merge pull request #47 from nepalivai/patch-1 Awni Hannun 2023-12-08 06:47:12 -0800
  • bbc18a3240
    Merge pull request #47 from nepalivai/patch-1 Awni Hannun 2023-12-08 06:47:12 -0800
  • 2957b32e52
    Update CODE_OF_CONDUCT.md Nepalivai 2023-12-08 19:44:18 +0545
  • 25c0274362 Update README.md Nepalivai 2023-12-08 19:41:38 +0545
  • 743f0a2729
    Update README.md Nepalivai 2023-12-08 19:41:38 +0545
  • fba1449318 📝 clarify python command for llama example bbelescot 2023-12-08 13:55:26 +0100
  • 68c4282766 📝 clarify python command for llama example bbelescot 2023-12-08 13:55:26 +0100
  • 2e55330f0c fix typo in README.md biondi 2023-12-08 18:07:16 +0800
  • 53f7e68d7e fix typo in README.md biondi 2023-12-08 18:07:16 +0800
  • 5ab987b431 BERT implementation Joe Barrow 2023-12-08 05:14:11 -0500
  • 4e5b8ceafe BERT implementation Joe Barrow 2023-12-08 05:14:11 -0500
  • e745777feb
    fix typo in README.md biondi 2023-12-08 18:07:16 +0800
  • 72e1b30bb6
    Merge 4e2bb95bfd into ff3cc56c8d biondi 2023-12-08 18:04:05 +0800
  • 4e2bb95bfd
    fix typo in README.md biondi 2023-12-08 18:03:52 +0800
  • eab568b391 fix: Unsupported BFloat16 Data Type Issue with MPS Backend 张嘉豪 2023-12-08 16:19:35 +0800
  • 4018aed335 fix: Unsupported BFloat16 Data Type Issue with MPS Backend 张嘉豪 2023-12-08 16:19:35 +0800
  • 687e971146 Merge pull request #37 from robertmccraith/main Awni Hannun 2023-12-07 13:35:31 -0800
  • ff3cc56c8d
    Merge pull request #37 from robertmccraith/main Awni Hannun 2023-12-07 13:35:31 -0800
  • 6dc341cbae fix: typo in variable name Robert McCraith 2023-12-07 21:30:04 +0000
  • 4ed942d7f5 fix: typo in variable name Robert McCraith 2023-12-07 21:30:04 +0000
  • e5879be2a2 update whisper readme and requirements Awni Hannun 2023-12-07 11:15:54 -0800
  • 172a60056f update whisper readme and requirements Awni Hannun 2023-12-07 11:15:54 -0800
  • 1aa02ebd95 update whisper readme and requirements Awni Hannun 2023-12-07 11:15:54 -0800
  • f54e2d4512 Merge pull request #12 from chatgpt-1/main Awni Hannun 2023-12-07 08:53:30 -0800
  • 54952a0d80
    Merge pull request #12 from chatgpt-1/main Awni Hannun 2023-12-07 08:53:30 -0800
  • d2d498383a Merge pull request #30 from HonorRong/patch-1 Awni Hannun 2023-12-07 08:13:37 -0800
  • a2b837e0f5
    Merge pull request #30 from HonorRong/patch-1 Awni Hannun 2023-12-07 08:13:37 -0800
  • ac59bec054 Merge pull request #32 from LeTarrask/main Awni Hannun 2023-12-07 08:12:26 -0800
  • e5cb9635a7
    Merge pull request #32 from LeTarrask/main Awni Hannun 2023-12-07 08:12:26 -0800
  • 5e3e713122 Merge pull request #33 from tensojka/patch-1 Awni Hannun 2023-12-07 08:07:11 -0800
  • 12ef61915a
    Merge pull request #33 from tensojka/patch-1 Awni Hannun 2023-12-07 08:07:11 -0800
  • 2569811a11 Merge pull request #10 from ricardo-larosa/fix-unsupported-scalartype Awni Hannun 2023-12-07 08:05:44 -0800
  • 62dcb3301f
    Merge pull request #10 from ricardo-larosa/fix-unsupported-scalartype Awni Hannun 2023-12-07 08:05:44 -0800
  • d802b0e156 Merge branch 'ml-explore:main' into fix-unsupported-scalartype Ricardo La Rosa 2023-12-07 17:04:01 +0100
  • 85345d42cb
    Merge branch 'ml-explore:main' into fix-unsupported-scalartype Ricardo La Rosa 2023-12-07 17:04:01 +0100
  • 2fec01d4a4 Fix unsupported ScalarType BFloat16 ricardo-larosa 2023-12-06 13:30:59 +0100
  • 71aff8c346 Fix unsupported ScalarType BFloat16 ricardo-larosa 2023-12-06 13:30:59 +0100
  • 22d94474a5 Fix link in docstring in wikitext function Ondřej Sojka 2023-12-07 14:19:55 +0100
  • 5a0c36d8b6
    Fix link in docstring in wikitext function Ondřej Sojka 2023-12-07 14:19:55 +0100
  • b3dd8240bb fixed typo Alex Luna 2023-12-07 10:19:37 +0000
  • 9cddf4f2cd fixed typo Alex Luna 2023-12-07 10:19:37 +0000
  • 2b08a25557 Update README.md waterstone 2023-12-07 16:44:29 +0800
  • ec97c7531b
    Update README.md waterstone 2023-12-07 16:44:29 +0800
  • 73f0c00279 Merge pull request #22 from Vaibhavs10/add_hf_url Awni Hannun 2023-12-06 21:15:42 -0800
  • 1289f0bd9c
    Merge pull request #22 from Vaibhavs10/add_hf_url Awni Hannun 2023-12-06 21:15:42 -0800
  • e3818a67b9 Merge pull request #23 from adhishthite/main Awni Hannun 2023-12-06 21:14:41 -0800
  • 76c78aa486
    Merge pull request #23 from adhishthite/main Awni Hannun 2023-12-06 21:14:41 -0800
  • 3d62e30b7c Merge pull request #5 from jaglinux/patch-1 Awni Hannun 2023-12-06 21:07:13 -0800
  • 443037859a
    Merge pull request #5 from jaglinux/patch-1 Awni Hannun 2023-12-06 21:07:13 -0800
  • 0aea0f3674 fix(sd): Add mlx as a dependency David Chavez 2023-12-06 12:08:43 +0100
  • e55c18d164 fix(sd): Add mlx as a dependency David Chavez 2023-12-06 12:08:43 +0100
  • 5cc000082e Clarification in the stable diffusion readme Angelos Katharopoulos 2023-12-06 15:22:46 -0800
  • a1b4a475e1 Clarification in the stable diffusion readme Angelos Katharopoulos 2023-12-06 15:22:46 -0800
  • c693bb75b9 bug fix in transformer_lm example Leon Ericsson 2023-12-06 17:42:23 +0100
  • e488831e03 bug fix in transformer_lm example Leon Ericsson 2023-12-06 17:42:23 +0100
  • 3b7bae0b93 Add missing numpy dependency Hitarth Sharma 2023-12-07 08:21:21 +1300
  • 8b965b2e33 Add missing numpy dependency Hitarth Sharma 2023-12-07 08:21:21 +1300
  • 5c73de9f2f Clarification in the stable diffusion readme Angelos Katharopoulos 2023-12-06 15:22:46 -0800
  • cb2877f47f
    Add missing numpy dependency Hitarth Sharma 2023-12-07 08:21:21 +1300
  • 22e067648e Benchmark all models if user allows. adhishthite 2023-12-07 00:07:42 +0530