Skip to content

Commit

Permalink
Merge branch 'main' of github.com:aisingapore/sealion
Browse files Browse the repository at this point in the history
  • Loading branch information
maynard242 committed Nov 1, 2024
2 parents a8d740f + 30b6895 commit 938dffe
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 3.0 | Yes |
| 2.1 | Yes |
| 2.1 | Yes |
| 1.0 | Yes |

## Reporting a Vulnerability

Please report any vulnerabilities to [email protected]
6 changes: 3 additions & 3 deletions sea-lion-v1/examples/fine-tuning/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
accelerate==0.26.1
bitsandbytes==0.42.0
datasets==2.14.6
deepspeed==0.13.2
deepspeed==0.15.1
einops==0.5.0
huggingface-hub==0.20.3
mlflow==2.7.1
mlflow==2.14.2
omegaconf==2.3.0
peft==0.8.2
sentencepiece==0.1.97
tokenizers==0.15.1
torch==2.1.0
tqdm==4.66.1
transformers==4.37.2
transformers==4.38.0
triton==2.1.0
triton-pre-mlir @ git+https://github.com/vchiley/triton.git@86c7fe23397467ade531513291f729c12dd8d15e#subdirectory=python
trl==0.7.10
4 changes: 2 additions & 2 deletions sea-lion-v1/examples/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ accelerate==0.24.0
bitsandbytes==0.41.1
datasets==2.14.6
einops==0.5.0
mlflow==2.7.1
mlflow==2.14.2
omegaconf==2.3.0
peft==0.5.0
sentencepiece==0.1.97
tokenizers==0.14.1
torch==2.1.0+cu118
transformers==4.34.1
transformers==4.38.0
triton==2.1.0
triton-pre-mlir @ git+https://github.com/vchiley/triton.git@86c7fe23397467ade531513291f729c12dd8d15e#subdirectory=python
trl==0.7.2

0 comments on commit 938dffe

Please sign in to comment.