Skip to content

Commit

Permalink
rebased and trimmed down
Browse files Browse the repository at this point in the history
now compiling again,

now it might even run

adding debug notes

update

diff

improvement

update

update

working

simplify

running

moving to using refl-cpp for llama as well

now working

compiling and running

debugging

adding the print module with type information

the first type names are being printed

adding binding generator

bindings

refl now working, not on pointers but on the types

update

now has a model

adding new header for llama internal

demonstrate crash

remove crash

now starting to refactor the code

now the debug print is working

rebased

starting boost

working calling python

now getting response from python

now it is letting the llm control the output

adding missing files

linking

linking, loading, segfaulting

update

nodejs

for metacall add the cmake

not executing

dont forget the code

wip

working

linker error

now linking and crashing

makefile now building and exec crashing

cmake not working yet

fixing first bug

remove bad cast

now working v1

now linking locally

not linking

now linking

now calling parse and failing not crashing

now not stopping

now getting error messages

update
  • Loading branch information
mike dupont committed Dec 18, 2023
1 parent 3cd9532 commit ad4d6b2
Show file tree
Hide file tree
Showing 61 changed files with 9,521 additions and 4,031 deletions.
57 changes: 57 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,60 @@ tests/test-tokenizer-0-llama
tests/test-tokenizer-0-falcon
tests/test-tokenizer-1-llama
tests/test-tokenizer-1-bpe
/#llama.cpp#
#*
\\#*
\\#
#
*~
.#*
#*
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Org-mode
.org-id-locations
*_archive

# flymake-mode
*_flymake.*

# eshell files
/eshell/history
/eshell/lastdir

# elpa packages
/elpa/

# reftex files
*.rel

# AUCTeX auto folder
/auto/

# cask packages
.cask/
dist/

# Flycheck
flycheck_*.el

# server auth directory
/server/

# projectiles files
.projectile

# directory configuration
.dir-locals.el

# network security
/network-security.data
/data/
Loading

0 comments on commit ad4d6b2

Please sign in to comment.