asiansoul commited on
Commit
a0817a1
1 Parent(s): 9447cb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -274,7 +274,7 @@ Long sentences seemed to summarize well, but I observed that answers came in Eng
274
  ```
275
  If you use load_summarize_chain(), there will be repetition. -> community member Mr.Han issue
276
 
277
- Is it a merge issue? I think the merge target may be the issue.
278
 
279
  chain = load_summarize_chain(
280
  llm,
@@ -284,6 +284,18 @@ chain = load_summarize_chain(
284
  )
285
  output_summary = chain.invoke(docs)
286
 
287
- -> investigating how to solve.....
288
  ```
289
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274
  ```
275
  If you use load_summarize_chain(), there will be repetition. -> community member Mr.Han issue
276
 
277
+ Is it a merge issue? He thinks the merge target may be the issue.
278
 
279
  chain = load_summarize_chain(
280
  llm,
 
284
  )
285
  output_summary = chain.invoke(docs)
286
 
287
+ -> investigating for me how to solve.....
288
  ```
289
 
290
+ ```
291
+ Mr.Han is investgating the symptoms
292
+ Your OS is using REDHAT. Even if I run the code using the LLAMA3 model provided by ollama, there is an error.
293
+
294
+ I wonder if I should wait a little longer for Red Hat...
295
+
296
+ <|eot_id|><|start_header_id|>assistant<|end_header_id|>, ... omitted
297
+ Ha ha, thanks for the chat! You too have a great day and happy summarizing if you need it again soon!<|eot_id|><|start_header_id|>assistant<|end_header_id|>
298
+
299
+ It's not a merge problem... I think it's a fundamental problem that doesn't fit the OS environment... so I'm sharing it with you. Is there anyone who has the same problem as me in redhat?
300
+
301
+ ```