Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code for a .bat file to auto start Alpaca in Windows Terminal #661

Closed
wants to merge 52 commits into from

Conversation

pflky
Copy link

@pflky pflky commented Mar 31, 2023

@echo off
wt.exe --% "./chat"

antimatter15 and others added 30 commits March 16, 2023 09:16
… default warn_unused_result instead of Makefile -Wunused-result
Windows fixes for CMake & Github CI
process the scanf() output so Ubuntu 22 compiler doesn't error due to…
Also fix a typo of LLaMA's casing in the chat.cpp file, and add cmake's generated files to the gitignore
Compute remaining tokens along the way and exit if over
Fix Makefile and Linux/MacOS CI
add easy Windows install instructions to the readme
…gml-org#242)

* Implement non-greedy tokenizer that tries to maximize token lengths

* Insert single space in front of the prompt

- this is to match original llama tokenizer behavior

---------

Co-authored-by: Jakub Horak <[email protected]>
antimatter15 and others added 22 commits March 18, 2023 01:15
`curl` is preinstalled on macOS and the new command is equivalent to the `wget` version but avoids having to install wget
…-of-wget-1

Update command for downloading the weights to use `curl`

`curl` is preinstalled on macOS and the new command is equivalent to the `wget` version but avoids having to install `wget`.
This should save people some time.
for people having trouble with magnet links, as torrents always work
add cached torrent links
* trying to build for arm

* cross compiling?

* only mac

* gh actions

* fix

* fixing dash

* ensure that its executable

* adding back windows

* unindent

* typo

* oops

* runs on

* more release stuff

* more release stuff

* fix workflow

* adding back linux builds

* conditional stuff
@sw
Copy link
Contributor

sw commented Apr 1, 2023

@pflky : can you please clean this up? You added 52 commits, that's probably not what you intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.