File size: 560 Bytes
ce24f5e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f2a2029
 
 
 
 
 
80b2ed2
ce24f5e
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[metadata]
name = axolotl
version = 0.1.0
description = You know you're going to axolotl questions
author = Wing Lian
author_email = wing.lian@gmail.com
license = MIT

[options]
package_dir =
    =src
packages = find:
install_requires =
    transformers @ git+https://github.com/huggingface/transformers.git@main
    peft @ git+https://github.com/huggingface/peft.git@main
    attrdict
    fire
    PyYAML == 6.0
    black
    bitsandbytes
    datasets
    accelerate
    sentencepiece
    wandb
    flash-attn
    einops

[options.packages.find]
where = src