-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
50 lines (42 loc) · 1.62 KB
/
index.qmd
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
title: Open Source Musings & Snow Time
bibliography: _bibliography/papers.bib
listing:
id: blog-highlights
contents: posts
sort: "date desc"
max-items: 3
---
Welcome! Here's where I write thoughts on various open source Large Language
Model projects and random things I'm doing. I'm a former Staff Software
Engineer from Google Translate and until I make it back the states, I'm
spending some time exploring the world of smaller teams and companies. I
sometimes take on contractor work related to LLMs. During winter, I spend a
lot of time skiing in Hakuba Japan (if you find yourself there, say hello and I
can show you around).
## Recent Posts
::: {#blog-highlights}
:::
## Upcoming Reviews
* [ ] Making KT-Villa with FastChat, LLaVa & RedwoodJS:
* [x] A basic overview
* [ ] Gluing Stable Diffusion and Llava together
* [ ] Piping in Zephyr-7b
* [ ] Why the rest of the project was still hard
* [ ] Evaluate some interesting projects:
* [ ] [ModelFusion](https://modelfusion.dev/guide/)
* [x] [llama-cpp-python](https://github.com/abetlen/llama-cpp-python)
* [ ] [xorbitsai/inference](https://github.com/xorbitsai/inference)
* [ ] [Lilac](https://lilacml.com/)
* [ ] Try out some more models:
* [ ] [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B)
* [ ] [teknium/Mistral-Trismegistus-7B](https://huggingface.co/teknium/Mistral-Trismegistus-7B)
* [ ] [liuhaotian/llava-v1.5-7b](https://huggingface.co/liuhaotian/llava-v1.5-7b)
## Selected Publications
---
nocite: |
@köpf2023openassistant
@guo-etal-2019-hierarchical
@45610
@jurgens-stevens-2010-space
---