MCPcopy Create free account
hub / github.com/0hq/WebGPT / constructor

Method constructor

instructions.js:752–755  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

750
751class EmbedBlockClass extends Block {
752 constructor() {
753 super();
754 this.name = "embed";
755 }
756
757 staticLoad(embdOutputBuffer, posEmbdOutputBuffer, embdBuffers, posEmbdBuffer, idx, seq_length, n_embd, vocab_chunk_size) {
758 // Can build a cache later.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected