mirror of https://gitee.com/namelin2022/ollama
Browse Source
Model implementations should use Input for all of their tensors supplied to the model. This includes tensors that relate to the outputs, which is confusing since there is also an Output funciton. Since Output is only used internally in GGML and not used by any model implementations, we can remove it from the interface to reduce confusion.jmorganca/silence-tokenizer
committed by
Jesse Gross
3 changed files with 3 additions and 23 deletions
Loading…
Reference in new issue