Wing Lian
|
d75adb9835
|
misc fixes
|
2023-07-17 03:00:27 -04:00 |
|
Wing Lian
|
02224668c3
|
Merge pull request #283 from OpenAccess-AI-Collective/docker-git-fetch
git fetch fix for docker
|
2023-07-17 02:17:00 -04:00 |
|
Wing Lian
|
f162f3c7cc
|
set transformers cache env var in docker image
|
2023-07-16 23:03:54 -04:00 |
|
Wing Lian
|
eca3531329
|
git fetch fix for docker
|
2023-07-16 22:25:05 -04:00 |
|
Wing Lian
|
6f16c4569d
|
Merge pull request #276 from theobjectivedad/logging_enhancement
Logging update: added PID and formatting
|
2023-07-16 17:04:52 -04:00 |
|
Wing Lian
|
0bd09c077d
|
Merge pull request #280 from teknium1/main
Update requirements.txt
|
2023-07-16 16:08:58 -04:00 |
|
Wing Lian
|
469c08c9ba
|
Merge pull request #279 from NanoCode012/feat/multi-gpu-readme
Feat(readme): improve docs on multi-gpu
|
2023-07-16 16:08:37 -04:00 |
|
Wing Lian
|
334af625d0
|
Merge pull request #277 from cg123/dataset-name
Allow non-default dataset configurations
|
2023-07-16 16:08:15 -04:00 |
|
Teknium
|
273b3a3aa7
|
Update requirements.txt
Require latest git accelerate to fix saving checkpoint issue
|
2023-07-16 10:24:24 -07:00 |
|
Charles Goddard
|
3cdd8e4122
|
Add dataset name to all yaml options in README
|
2023-07-15 13:17:37 -07:00 |
|
NanoCode012
|
cf5ae6b649
|
Feat(readme): improve docs on multi-gpu
|
2023-07-16 01:07:27 +09:00 |
|
theobjectivedad
|
b1f4f7a34d
|
Fixed pre-commit problems, fixed small bug in logging_config to handle LOG_LEVEL env var
|
2023-07-15 12:29:35 +00:00 |
|
The Objective Dad
|
83237b8445
|
Merge branch 'OpenAccess-AI-Collective:main' into logging_enhancement
|
2023-07-15 06:16:04 -05:00 |
|
Charles Goddard
|
46032a1a1f
|
Fix formatting mistake
|
2023-07-14 20:57:27 -07:00 |
|
Charles Goddard
|
8bba64258e
|
Add example of dataset with configuration name to README
|
2023-07-14 20:46:21 -07:00 |
|
Charles Goddard
|
88089e8b32
|
Add ability to pass 'name' argument to load_dataset
|
2023-07-14 16:46:39 -07:00 |
|
NanoCode012
|
168a7a09cc
|
Merge pull request #274 from OpenAccess-AI-Collective/NanoCode012-patch-2
Feat: Set push to hub as private by default
|
2023-07-14 23:15:47 +09:00 |
|
NanoCode012
|
231031a0e1
|
Merge pull request #275 from NanoCode012/feat/safetensors
Feat: Add save_safetensors
|
2023-07-14 23:07:26 +09:00 |
|
theobjectivedad
|
9234b75cb4
|
Update log message format, IMO this is easier to read.
|
2023-07-14 07:36:21 -05:00 |
|
theobjectivedad
|
553a86b52c
|
Adding logging enhancement
|
2023-07-14 07:26:19 -05:00 |
|
NanoCode012
|
5daf7d5299
|
Merge pull request #273 from OpenAccess-AI-Collective/NanoCode012-patch-1
Feat(docs): Add model_revision arg
|
2023-07-14 21:09:50 +09:00 |
|
NanoCode012
|
5491278a79
|
Feat: Add save_safetensors
|
2023-07-14 13:21:47 +09:00 |
|
NanoCode012
|
1514739f0f
|
Set push to hub as private by default
|
2023-07-14 13:17:49 +09:00 |
|
NanoCode012
|
896c1aebcf
|
Feat(docs): Add model_revision arg
|
2023-07-14 12:56:07 +09:00 |
|
Wing Lian
|
ef17e15483
|
Merge pull request #272 from OpenAccess-AI-Collective/model-revision
support for loading a model by git revision
|
2023-07-13 23:12:00 -04:00 |
|
Wing Lian
|
69a235061b
|
support for loading a model by git revision
|
2023-07-13 22:58:25 -04:00 |
|
Wing Lian
|
687d889928
|
Merge pull request #271 from OpenAccess-AI-Collective/quadratic-warmup
Quadratic warmup
|
2023-07-10 12:48:02 -04:00 |
|
Wing Lian
|
c4cf567b55
|
Merge branch 'main' into quadratic-warmup
|
2023-07-10 12:42:12 -04:00 |
|
Wing Lian
|
c49729d2bc
|
better configuration for quadratic warmup
|
2023-07-10 11:52:59 -04:00 |
|
Wing Lian
|
13ac4d8de2
|
Merge pull request #268 from OpenAccess-AI-Collective/fix-adam-args
params are adam_*, not adamw_*
|
2023-07-08 12:33:34 -04:00 |
|
Wing Lian
|
19cf0bda99
|
params are adam_*, not adamw_*
|
2023-07-08 12:13:39 -04:00 |
|
Wing Lian
|
f74edd5b56
|
Merge pull request #266 from OpenAccess-AI-Collective/trust-remote-no-llama
|
2023-07-07 21:38:11 -04:00 |
|
Wing Lian
|
d69da99c2c
|
skip explicit model type too if using trust_remote_code
|
2023-07-07 21:33:11 -04:00 |
|
Wing Lian
|
66afb76a15
|
don't use llama if trust_remote_code is set since that needs to use AutoModel path
|
2023-07-07 21:31:02 -04:00 |
|
NanoCode012
|
a692ad3f4c
|
Merge pull request #264 from OpenAccess-AI-Collective/NanoCode012-patch-1
Fix(readme): local path loading and custom strategy type
|
2023-07-06 23:34:57 +09:00 |
|
NanoCode012
|
41da98b982
|
Fix for linter
|
2023-07-06 23:20:11 +09:00 |
|
NanoCode012
|
9e64f42e0f
|
Fix local path loading and custom strategy type
|
2023-07-06 23:08:09 +09:00 |
|
Wing Lian
|
b9b7d4ce92
|
Merge pull request #221 from utensil/local_dataset
[WIP] Support loading data files from a local directory
|
2023-07-03 09:10:13 -04:00 |
|
Wing Lian
|
9bed281867
|
Merge pull request #258 from NanoCode012/fix/deprecate-push
Fix future deprecation push_to_hub_model_id
|
2023-07-03 09:08:26 -04:00 |
|
NanoCode012
|
e79c8e617e
|
Fix future deprecation push_to_hub_model_id
|
2023-07-03 12:44:29 +09:00 |
|
Wing Lian
|
71456955f5
|
pin pydantic so deepspeed isn't broken
|
2023-07-02 22:26:51 -04:00 |
|
Wing Lian
|
3a783c04e4
|
Merge pull request #247 from OpenAccess-AI-Collective/fix-apex-base
update pip install command for apex
|
2023-07-01 06:18:25 -04:00 |
|
Wing Lian
|
1e5014acec
|
Merge pull request #255 from OpenAccess-AI-Collective/open-orca-prompts
open orca support
|
2023-07-01 01:11:23 -04:00 |
|
Wing Lian
|
a10da1caff
|
11.7.0 nvidia/cuda docker images are deprecated, move to 11.7.1
ci-cd-base / build-base (<nil>, 117, 11.7.1, 3.9, 1.13.1) (push) Has been cancelled
ci-cd-base / build-base (<nil>, 118, 11.8.0, 3.10, 2.0.0) (push) Has been cancelled
ci-cd-base / build-base (<nil>, 118, 11.8.0, 3.9, 2.0.0) (push) Has been cancelled
ci-cd-base / build-base (gptq, 118, 11.8.0, 3.9, 2.0.0) (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
PyTest / test (3.10) (push) Has been cancelled
PyTest / test (3.9) (push) Has been cancelled
|
2023-07-01 00:29:07 -04:00 |
|
Wing Lian
|
4066c78631
|
Merge pull request #246 from OpenAccess-AI-Collective/sys-prompts-instruct
add option for instruct w sys prompts
|
2023-07-01 00:27:29 -04:00 |
|
Wing Lian
|
78a1e1fa12
|
open orca support
|
2023-07-01 00:19:41 -04:00 |
|
NanoCode012
|
bc8a2e5547
|
Merge pull request #249 from OpenAccess-AI-Collective/NanoCode012-patch-1
Fix typing list in prompt tokenizer
|
2023-06-30 15:01:41 +09:00 |
|
NanoCode012
|
910ebe47f5
|
Merge pull request #252 from OpenAccess-AI-Collective/NanoCode012-readme-fix
Add cfg.push_to_hub_model_id to readme
|
2023-06-30 14:56:55 +09:00 |
|
NanoCode012
|
c146880a75
|
Update README.md
|
2023-06-30 11:33:53 +09:00 |
|
NanoCode012
|
77bdb7d144
|
Fix typing list
|
2023-06-29 14:29:55 +09:00 |
|