Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Apr 1, 2024
1 parent 76ff68e commit c4c8c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atoma-inference/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async fn main() -> Result<(), ModelServiceError> {
req_sender
.send(TextRequest {
request_id: 0,
prompt: "Who was the first american president ? ".to_string(),
prompt: "Who was the first american president ?".to_string(),
model: "state-spaces/mamba-130m".to_string(),
max_tokens: 512,
temperature: Some(0.0),
Expand Down

0 comments on commit c4c8c9e

Please sign in to comment.