add request form

This commit is contained in:
Yu Li
2023-12-04 00:00:37 -06:00
parent cabf98f1a9
commit c2a1439c06

View File

@@ -132,6 +132,7 @@ When initialize the model, we support the following configurations:
#### [HF open llm leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard) top models
**Including but not limited to the following:** (Most of the open models are based on llama2, so should be supported by default)
@12/01/23
@@ -244,6 +245,9 @@ model.tokenizer.decode(generation_output.sequences[0])
</details>
####To request other model support: [here](https://docs.google.com/forms/d/e/1FAIpQLSe0Io9ANMT964Zi-OQOq1TJmnvP-G3_ZgQDhP7SatN0IEdbOg/viewform?usp=sf_link)
## Acknowledgement