docs: improve tabby blogpost
parent
ac057f8a2f
commit
05106889d9
|
|
@ -1,9 +1,16 @@
|
|||
---
|
||||
authors: [ meng ]
|
||||
---
|
||||
# Highlights of Tabby v0.1.1: Apple M1/M2 Support
|
||||
# Tabby v0.1.1: Metal inference and StarCoder supports in llama.cpp!
|
||||
|
||||
We are thrilled to announce the release of Tabby [v0.1.1](https://github.com/TabbyML/tabby/releases/tag/v0.1.1) 👏🏻.
|
||||
|
||||
<center>
|
||||
|
||||

|
||||
|
||||
</center>
|
||||
|
||||
Apple M1/M2 Tabby users can now harness Metal inference support on Apple's M1 and M2 chips by using the `--device metal` flag, thanks to [llama.cpp](https://github.com/ggerganov/llama.cpp)'s awesome metal support.
|
||||
|
||||
The Tabby team made a [contribution](https://github.com/ggerganov/llama.cpp/pull/3187) by adding support for the StarCoder series models (1B/3B/7B) in llama.cpp, enabling more appropriate model usage on the edge for completion use cases.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6353801e36b9a36aa37936aef0b92f7105d837764f05b93ff8aea8bbb3ce9715
|
||||
size 518921
|
||||
Loading…
Reference in New Issue