nchen909 commited on
Commit
780d871
β€’
1 Parent(s): 948ae8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from gpt4all import GPT4All
3
  from huggingface_hub import hf_hub_download
4
 
5
  title = "Apollo-7B-GGUF Run On CPU"
6
-
7
  description = """
8
  πŸ”Ž [Apollo-7B](https://huggingface.co/FreedomIntelligence/Apollo-7B) [GGUF format model](https://huggingface.co/FreedomIntelligence/Apollo-7B-GGUF) , 8-bit quantization balanced quality gguf version, running on CPU. Using [GitHub - llama.cpp](https://github.com/ggerganov/llama.cpp) [GitHub - gpt4all](https://github.com/nomic-ai/gpt4all).
9
 
 
3
  from huggingface_hub import hf_hub_download
4
 
5
  title = "Apollo-7B-GGUF Run On CPU"
6
+
7
  description = """
8
  πŸ”Ž [Apollo-7B](https://huggingface.co/FreedomIntelligence/Apollo-7B) [GGUF format model](https://huggingface.co/FreedomIntelligence/Apollo-7B-GGUF) , 8-bit quantization balanced quality gguf version, running on CPU. Using [GitHub - llama.cpp](https://github.com/ggerganov/llama.cpp) [GitHub - gpt4all](https://github.com/nomic-ai/gpt4all).
9