Skip to content

Commit

Permalink
Removing the checklist formatting is busted. (huggingface#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil authored May 23, 2023
1 parent 970e840 commit f51f351
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions safetensors-security-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ EleutherAI has added support for evaluating models stored as `safetensors` in th

Within the `transformers` library we are doing the following:

- [x] Create `safetensors`.
- [x] Verify it works and can deliver on all promises (lazy load for LLMs, single file for all frameworks, faster loads).
- [x] Verify it's safe. (This is today's announcement.)
- [x] Make `safetensors` a core dependency. (This is already done or soon to come.)
- [ ] Make `safetensors` the default saving format. This will happen in a few months when we have enough feedback
- Create `safetensors`.
- Verify it works and can deliver on all promises (lazy load for LLMs, single file for all frameworks, faster loads).
- Verify it's safe. (This is today's announcement.)
- Make `safetensors` a core dependency. (This is already done or soon to come.)
- Make `safetensors` the default saving format. This will happen in a few months when we have enough feedback
to make sure it will cause as little disruption as possible and enough users already have the library
to be able to load new models even on relatively old `transformers` versions.

Expand Down

0 comments on commit f51f351

Please sign in to comment.