Awni Hannun
|
e42682dced
|
initial mixtral
|
2023-12-12 07:44:23 -08:00 |
|
Awni Hannun
|
6e723a015a
|
whisper default in fp16
|
2023-12-12 07:37:35 -08:00 |
|
Awni Hannun
|
13f1142eaa
|
Merge pull request #73 from jj701/mnist-requirements-txt
Adding Requirements.txt to the Mnist Example
|
2023-12-11 19:37:53 -08:00 |
|
jj701
|
bd742ec03c
|
Adding Requirements.txt
|
2023-12-11 20:45:39 -06:00 |
|
Awni Hannun
|
5be26ae91b
|
Merge pull request #69 from TristanBilot/main
Add Graph Convolutional Network example
|
2023-12-11 14:22:47 -08:00 |
|
Tristan Bilot
|
b606bfa6a7
|
fix comments before merge
|
2023-12-11 23:10:46 +01:00 |
|
Tristan Bilot
|
b95e48e146
|
use tree_flatten within L2 regularization
|
2023-12-11 20:15:11 +01:00 |
|
Tristan Bilot
|
ed5a830626
|
add GCN implementation
|
2023-12-11 17:48:07 +01:00 |
|
Awni Hannun
|
ecd96acfe4
|
Merge pull request #66 from Haixing-Hu/fix-issue-54
fix: fix issue #54, use CPU device to load the Torch model
|
2023-12-10 18:57:51 -08:00 |
|
Haixing Hu
|
5b62270556
|
fix: fix issue #54, use CPU device to load the Torch model
|
2023-12-11 10:54:55 +08:00 |
|
Awni Hannun
|
a4d932bf26
|
fix conversion
|
2023-12-10 16:56:41 -08:00 |
|
Awni Hannun
|
2652b4f055
|
Merge pull request #52 from ricardo-larosa/mistral_batch_size
Mistral: Pass argument --tokens_per_eval for token generation
|
2023-12-10 11:25:23 -08:00 |
|
ricardo-larosa
|
ce9ba916a3
|
Add arg tokens_per_eval for token generation
|
2023-12-10 11:09:13 +01:00 |
|
Joe Barrow
|
a577abc313
|
Cleaner masking code
|
2023-12-09 21:21:24 -05:00 |
|
Awni Hannun
|
3a3ea3cfb0
|
Merge pull request #53 from ml-explore/mistral_lora
Generalize lora finetuning to Mistral
|
2023-12-09 15:05:29 -08:00 |
|
Awni Hannun
|
5a5decf767
|
revert accidental change
|
2023-12-09 14:58:45 -08:00 |
|
Awni Hannun
|
036090f508
|
few more nits
|
2023-12-09 14:20:19 -08:00 |
|
Awni Hannun
|
98f4346c81
|
black format
|
2023-12-09 14:15:25 -08:00 |
|
Awni Hannun
|
b8332a1e66
|
generalize lora finetuning for llama and mistral
|
2023-12-09 14:13:55 -08:00 |
|
Joe Barrow
|
5d4838b02e
|
Updating BERT model to take advantage of bias param in MultiHeadAttention
|
2023-12-09 12:07:33 -05:00 |
|
Awni Hannun
|
46c6bbe0a1
|
Merge pull request #43 from jbarrow/main
BERT implementation
|
2023-12-09 09:03:49 -08:00 |
|
Joe Barrow
|
d873e10dfe
|
Updating README for current example, making python>=3.8 compatibile, and fixing code type
|
2023-12-09 12:01:58 -05:00 |
|
Joe Barrow
|
20d920a7eb
|
Requirements for running BERT
|
2023-12-09 10:52:55 -05:00 |
|
Joe Barrow
|
45ca4ed3f6
|
Updating README
|
2023-12-09 10:48:34 -05:00 |
|
Joe Barrow
|
7320456226
|
Cleaning implementation for merge
|
2023-12-09 10:41:15 -05:00 |
|
Awni Hannun
|
8b2a6fee33
|
Merge pull request #50 from eltociear/patch-1
Update CONTRIBUTING.md
|
2023-12-08 17:00:25 -08:00 |
|
Ikko Eltociear Ashimine
|
ba0bd65510
|
Update CONTRIBUTING.md
formating -> formatting
|
2023-12-09 08:02:34 +09:00 |
|
Awni Hannun
|
331690491f
|
Merge pull request #45 from bbelescot/clarify-llama-readme-instructions
📝 Clarify python command for llama example
|
2023-12-08 09:38:07 -08:00 |
|
bbelescot
|
5bdd030387
|
📝 apply the path change to the convert cmd for consistency
|
2023-12-08 17:11:50 +01:00 |
|
Joe Barrow
|
e05ee57bab
|
Update README for mlx-examples repo
|
2023-12-08 10:20:50 -05:00 |
|
Awni Hannun
|
6259c9a048
|
Merge pull request #40 from Jacksonzhang0316/main
fix: Unsupported BFloat16 Data Type Issue with MPS Backend
|
2023-12-08 06:48:21 -08:00 |
|
Awni Hannun
|
bbc18a3240
|
Merge pull request #47 from nepalivai/patch-1
Update README.md
|
2023-12-08 06:47:12 -08:00 |
|
Nepalivai
|
743f0a2729
|
Update README.md
Typo fix.
|
2023-12-08 19:41:38 +05:45 |
|
bbelescot
|
68c4282766
|
📝 clarify python command for llama example
|
2023-12-08 13:55:26 +01:00 |
|
biondi
|
53f7e68d7e
|
fix typo in README.md
replaced 'Hugginface' with 'Huggingface'
|
2023-12-08 04:02:17 -08:00 |
|
Joe Barrow
|
4e5b8ceafe
|
BERT implementation
|
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 |
|
Awni Hannun
|
ff3cc56c8d
|
Merge pull request #37 from robertmccraith/main
fix: typo in variable name
|
2023-12-07 13:35:31 -08:00 |
|
Robert McCraith
|
4ed942d7f5
|
fix: typo in variable name
|
2023-12-07 21:30:04 +00:00 |
|
Awni Hannun
|
172a60056f
|
update whisper readme and requirements
|
2023-12-07 13:01:44 -08:00 |
|
Awni Hannun
|
54952a0d80
|
Merge pull request #12 from chatgpt-1/main
Fix: timestamp extraction bug in transcribe function
|
2023-12-07 08:53:30 -08:00 |
|
Awni Hannun
|
a2b837e0f5
|
Merge pull request #30 from HonorRong/patch-1
Update README.md
|
2023-12-07 08:13:37 -08:00 |
|
Awni Hannun
|
e5cb9635a7
|
Merge pull request #32 from LeTarrask/main
fixed typo
|
2023-12-07 08:12:26 -08:00 |
|
Awni Hannun
|
12ef61915a
|
Merge pull request #33 from tensojka/patch-1
Fix link in docstring in wikitext function
|
2023-12-07 08:07:11 -08:00 |
|
Awni Hannun
|
62dcb3301f
|
Merge pull request #10 from ricardo-larosa/fix-unsupported-scalartype
Fix unsupported ScalarType BFloat16
|
2023-12-07 08:05:44 -08:00 |
|
Ricardo La Rosa
|
85345d42cb
|
Merge branch 'ml-explore:main' into fix-unsupported-scalartype
|
2023-12-07 17:04:01 +01:00 |
|
ricardo-larosa
|
71aff8c346
|
Fix unsupported ScalarType BFloat16
|
2023-12-07 17:01:05 +01:00 |
|
Ondřej Sojka
|
5a0c36d8b6
|
Fix link in docstring in wikitext function
|
2023-12-07 14:19:55 +01:00 |
|
Alex Luna
|
9cddf4f2cd
|
fixed typo
|
2023-12-07 10:19:37 +00:00 |
|
waterstone
|
ec97c7531b
|
Update README.md
|
2023-12-07 16:44:29 +08:00 |
|