Skip to content

Commit

Permalink
Deploying to gh-pages from @ 32eceb7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Mar 6, 2024
1 parent e5f9865 commit eb04bad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/mistralrs_core/engine/mod.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@
<span class="self">self</span>.sample_seqs(<span class="kw-2">&amp;</span>scheduled.completion, logits);
<span class="comment">//self.clone_out_cache(&amp;scheduled.completion);

//self.set_none_cache();
//dbg!(get_mut_arcmutex!(self.pipeline).cache());
</span><span class="self">self</span>.set_none_cache();
<span class="comment">//dbg!(get_mut_arcmutex!(self.pipeline).cache());
</span>}

<span class="kw">if </span>scheduled.prompt.len() &gt; <span class="number">0 </span>{
Expand All @@ -516,8 +516,8 @@
}
<span class="self">self</span>.sample_seqs(<span class="kw-2">&amp;</span>scheduled.prompt, logits);
<span class="comment">//self.clone_out_cache(&amp;scheduled.prompt);
//self.set_none_cache();
</span>}
</span><span class="self">self</span>.set_none_cache();
}

<span class="kw">for </span>seq <span class="kw">in </span>scheduled.completion.iter() {
<span class="kw">if </span>!<span class="macro">deref_refcell!</span>(seq).is_running() {
Expand Down

0 comments on commit eb04bad

Please sign in to comment.