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

Spews complete nonsense after any prompt #74

Open
Stooovie opened this issue Jun 17, 2024 · 2 comments
Open

Spews complete nonsense after any prompt #74

Stooovie opened this issue Jun 17, 2024 · 2 comments

Comments

@Stooovie
Copy link

Tried StableLM model with llama inference. This is an answer to "hi!"

{ ========== [EXPL]
| 1) {prompt}

    1. (1, "2")
      [/EXPL]};
      template <class E, class S>
      struct test_pair {
      typedef pair<E,S> type;
      };

int main(void) {
#define PRINT0(x) cout << #x ": " << x << endl
//PRINTTEST
test_pair<short int, string> a;
cout << "sizeof(std::pair <char, std::basic_string , long, short>) = "; printtest1(a);
}

I have not found any way to get any output that wouldn't be total BS.

@guinmoon
Copy link
Owner

Hi. Try to disable Mmap and correct prompt template.

@trufae
Copy link

trufae commented Sep 8, 2024

this issue is related to this #91

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

No branches or pull requests

3 participants