mirror of
https://github.com/cocktailpeanut/dalai
synced 2025-02-14 20:14:29 +01:00
revert docs
This commit is contained in:
parent
c0507d51b7
commit
607f17af29
@ -431,32 +431,6 @@ const models = await dalai.installed()
|
||||
console.log(models) // prints ["7B", "13B"]
|
||||
```
|
||||
|
||||
## 6. zip()
|
||||
|
||||
Create a portable compressed archive
|
||||
|
||||
1. quantize the original model files
|
||||
2. prune out the original files and only keep the quantized ones
|
||||
3. initialize a git repository
|
||||
|
||||
```javascript
|
||||
await dalai.zip({
|
||||
|
||||
})
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 7. load()
|
||||
|
||||
Load from a zipped repository
|
||||
|
||||
```javascript
|
||||
await dalai.load({
|
||||
|
||||
})
|
||||
```
|
||||
|
||||
# FAQ
|
||||
|
||||
## Updating to the latest
|
||||
|
Loading…
Reference in New Issue
Block a user