Skip to content

Commit

Permalink
detail
Browse files Browse the repository at this point in the history
  • Loading branch information
yiboyasss committed Jul 11, 2024
1 parent 5f1ad49 commit 36714b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xinference/web/ui/src/scenes/launch_model/modelCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,6 @@ const ModelCard = ({
const modelDataWithID =
modelType === 'LLM' ? modelDataWithID_LLM : modelDataWithID_other

console.log('modelDataWithID----', modelDataWithID)

// First fetcher request to initiate the model
fetchWrapper
.post('/v1/models', modelDataWithID)
Expand Down

0 comments on commit 36714b5

Please sign in to comment.